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은(는) Stef Käser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add search text to your splunk search query over the right click menu, then open splunk in a new tab."입니다.
Search in Splunk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |