Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Splunk XML Formatterคืออะไร?

Splunk XML Formatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jynolen และคุณลักษณะหลักของมันคือ "This extension add 2 boutons in the SplunkUI to format XMLevent"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Splunk XML Formatter

ดาวน์โหลดไฟล์ส่วนขยาย Splunk XML Formatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever be mad when you look at raw xml event in the splunk and get no clues of whatever it represents ?
With this extension you will be able to look precisely of what is inside your event by syntax highlighting the XML data.

What is Splunk ?
Splunk is a propritary log manager https://www.splunk.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
คำอธิบาย This extension add 2 boutons in the SplunkUI to format XMLevent
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 2.5.1
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-28
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jynolen
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jynolen/splunk_xml_formatter
URL หน้าช่วยเหลือ https://github.com/jynolen/splunk_xml_formatter/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Splunk XML Formatter",
    "version": "2.5.1",
    "description": "This extension add 2 boutons in the SplunkUI to format XMLevent",
    "manifest_version": 2,
    "author": "Jean-Yves NOLEN ",
    "short_name": "SplunkXMLFormatter",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/splunk-icon-01.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/splunk_xml.js",
                ".\/highlightjs.min.js",
                ".\/jquery.min.js"
            ],
            "css": [
                ".\/splunk_xml.css"
            ],
            "run_at": "document_end"
        }
    ]
}