Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Wat is Splunk XML Formatter?

Splunk XML Formatter is een Chrome-extensie ontwikkeld door jynolen, en de belangrijkste functie is "This extension add 2 boutons in the SplunkUI to format XMLevent".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Splunk XML Formatter

Download Splunk XML Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
Officiële URL https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Beschrijving This extension add 2 boutons in the SplunkUI to format XMLevent
Bestandsgrootte 117 KB
Aantal Installaties 311
Huidige Versie 2.5.1
Laatst Bijgewerkt 2020-05-28
Publicatiedatum 2020-05-28
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar jynolen
Betalingswijze free
Extensiewebsite https://github.com/jynolen/splunk_xml_formatter
Help Pagina-URL https://github.com/jynolen/splunk_xml_formatter/issues
Ondersteunde Talen 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"
        }
    ]
}