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 Search in Splunk
ID ehmfijdennapeigddhpodcbpjmgjpdkh
官方網址 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
電子郵箱 [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
    }
}