Search in Splunk
Add search text to your splunk search query over the right click menu, then open splunk in a new tab.
Search in Splunkとは何ですか?
Search in SplunkはStef Käserによって開発されたChromeの拡張機能で、その主な機能は「Add search text to your splunk search query over the right click menu, then open splunk in a new tab.」です。
Search in Splunk拡張機能のCRXファイルをダウンロード
Search in Splunk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The plugin extends your context menu, where you add search text to look for in your splunk web gui. The url to your splunk web gui must be configured in the options menu of the extension. In the options menu you can define the default timespan to search in as well. The plugin tries to convert the selected text in a date(time) and creates the appropriate timeslot as parameter for the splunk search.
拡張機能の基本情報
名前 | Search in Splunk |
ID | ehmfijdennapeigddhpodcbpjmgjpdkh |
公式URL | https://chromewebstore.google.com/detail/search-in-splunk/ehmfijdennapeigddhpodcbpjmgjpdkh |
説明 | Add search text to your splunk search query over the right click menu, then open splunk in a new tab. |
ファイルサイズ | 24.77 KB |
インストール数 | 51 |
現在のバージョン | 1.0.0.5 |
最終更新日 | 2017-04-08 |
公開日 | 2017-04-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Stef Käser |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/steffstefferson/searchInSplunk |
ヘルプページのURL | https://github.com/steffstefferson/searchInSplunk |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in Splunk", "description": "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.", "browser_action": { "default_icon": "icon16.png" }, "version": "1.0.0.5", "author": "Stef K\u00e4ser", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |