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 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
    }
}