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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add search text to your splunk search query over the right click menu, then open splunk in a new tab."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search in Splunk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}