Search in Splunk
Add search text to your splunk search query over the right click menu, then open splunk in a new tab.
O que é Search in Splunk?
Search in Splunk é uma extensão do Chrome desenvolvida por Stef Käser, e sua principal característica é "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.".
Baixar o arquivo CRX da Extensão Search in Splunk
Baixe arquivos de extensão Search in Splunk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Search in Splunk |
ID | ehmfijdennapeigddhpodcbpjmgjpdkh |
URL Oficial | https://chromewebstore.google.com/detail/search-in-splunk/ehmfijdennapeigddhpodcbpjmgjpdkh |
Descrição | Add search text to your splunk search query over the right click menu, then open splunk in a new tab. |
Tamanho do Arquivo | 24.77 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.0.0.5 |
Última Atualização | 2017-04-08 |
Data de Publicação | 2017-04-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Stef Käser |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/steffstefferson/searchInSplunk |
URL da Página de Ajuda | https://github.com/steffstefferson/searchInSplunk |
Idiomas Suportados | 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 } } |