Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Cos'è Splunk XML Formatter?

Splunk XML Formatter è un'estensione di Chrome sviluppata da jynolen, e la sua funzione principale è "This extension add 2 boutons in the SplunkUI to format XMLevent".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Splunk XML Formatter

Scarica i file di estensione Splunk XML Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
URL Ufficiale https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Descrizione This extension add 2 boutons in the SplunkUI to format XMLevent
Dimensione del File 117 KB
Conteggio Installazioni 311
Versione Corrente 2.5.1
Ultimo Aggiornamento 2020-05-28
Data di Pubblicazione 2020-05-28
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore jynolen
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jynolen/splunk_xml_formatter
URL della Pagina di Aiuto https://github.com/jynolen/splunk_xml_formatter/issues
Lingue Supportate 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"
        }
    ]
}