Search in Splunk

Add search text to your splunk search query over the right click menu, then open splunk in a new tab.

Wat is Search in Splunk?

Search in Splunk is een Chrome-extensie ontwikkeld door Stef Käser, en de belangrijkste functie is "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.".

Download het CRX-bestand van de extensie Search in Splunk

Download Search in Splunk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search in Splunk Search in Splunk
ID ehmfijdennapeigddhpodcbpjmgjpdkh
Officiële URL https://chromewebstore.google.com/detail/search-in-splunk/ehmfijdennapeigddhpodcbpjmgjpdkh
Beschrijving Add search text to your splunk search query over the right click menu, then open splunk in a new tab.
Bestandsgrootte 24.77 KB
Aantal Installaties 51
Huidige Versie 1.0.0.5
Laatst Bijgewerkt 2017-04-08
Publicatiedatum 2017-04-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Stef Käser
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/steffstefferson/searchInSplunk
Help Pagina-URL https://github.com/steffstefferson/searchInSplunk
Ondersteunde Talen 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
    }
}