Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

What is Splunk XML Formatter?

Splunk XML Formatter is a Chrome extension developed by jynolen, and its main feature is "This extension add 2 boutons in the SplunkUI to format XMLevent".

Extension Screenshots

screenshot
screenshot
screenshot

Download Splunk XML Formatter Extension CRX File

Download Splunk XML Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
Official URL https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Description This extension add 2 boutons in the SplunkUI to format XMLevent
File Size 117 KB
Installation Count 311
Current Version 2.5.1
Last Updated 2020-05-28
Publish Date 2020-05-28
Rating 2.33/5 Total 3 Ratings
Developer jynolen
Payment Type free
Extension Website https://github.com/jynolen/splunk_xml_formatter
Help Page URL https://github.com/jynolen/splunk_xml_formatter/issues
Supported Languages 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"
        }
    ]
}