Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Splunk XML Formatter क्या है?

Splunk XML Formatter jynolen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension add 2 boutons in the SplunkUI to format XMLevent"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Splunk XML Formatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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