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 - это расширение Chrome, разработанное Stef Käser, и его основная функция - "Add search text to your splunk search query over the right click menu, then open splunk in a new tab.".
Скачать файл CRX расширения Search in Splunk
Скачайте файлы расширений Search in Splunk в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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 } } |