Search in Splunk
Add search text to your splunk search query over the right click menu, then open splunk in a new tab.
¿Qué es Search in Splunk?
Search in Splunk es una extensión de Chrome desarrollada por Stef Käser, y su función principal es "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.".
Descargar Archivo CRX de la Extensión Search in Splunk
Descarga archivos de extensión Search in Splunk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Search in Splunk |
ID | ehmfijdennapeigddhpodcbpjmgjpdkh |
URL Oficial | https://chromewebstore.google.com/detail/search-in-splunk/ehmfijdennapeigddhpodcbpjmgjpdkh |
Descripción | Add search text to your splunk search query over the right click menu, then open splunk in a new tab. |
Tamaño del Archivo | 24.77 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.0.0.5 |
Última Actualización | 2017-04-08 |
Fecha de Publicación | 2017-04-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Stef Käser |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/steffstefferson/searchInSplunk |
URL de la Página de Ayuda | https://github.com/steffstefferson/searchInSplunk |
Idiomas Soportados | 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 } } |