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
官方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
电子邮箱 [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
    }
}