Search in Splunk

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

Qu'est-ce que Search in Splunk ?

Search in Splunk est une extension Chrome développée par Stef Käser, et sa fonction principale est "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.".

Télécharger le fichier CRX de l'extension Search in Splunk

Téléchargez les fichiers d'extension Search in Splunk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Search in Splunk Search in Splunk
ID ehmfijdennapeigddhpodcbpjmgjpdkh
URL Officiel https://chromewebstore.google.com/detail/search-in-splunk/ehmfijdennapeigddhpodcbpjmgjpdkh
Description Add search text to your splunk search query over the right click menu, then open splunk in a new tab.
Taille du Fichier 24.77 KB
Nombre d'Installations 51
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2017-04-08
Date de Publication 2017-04-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Stef Käser
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/steffstefferson/searchInSplunk
URL de la Page d'Aide https://github.com/steffstefferson/searchInSplunk
Langues Prises en Charge 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
    }
}