Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Co to jest Splunk XML Formatter?

Splunk XML Formatter to rozszerzenie Chrome opracowane przez jynolen, a jego główną funkcją jest „This extension add 2 boutons in the SplunkUI to format XMLevent”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Splunk XML Formatter

Pobierz pliki rozszerzeń Splunk XML Formatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
Oficjalny URL https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Opis This extension add 2 boutons in the SplunkUI to format XMLevent
Rozmiar pliku 117 KB
Liczba instalacji 311
Aktualna Wersja 2.5.1
Ostatnia Aktualizacja 2020-05-28
Data Publikacji 2020-05-28
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper jynolen
Typ Płatności free
Strona Rozszerzenia https://github.com/jynolen/splunk_xml_formatter
Adres URL Strony Pomocy https://github.com/jynolen/splunk_xml_formatter/issues
Obsługiwane Języki 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"
        }
    ]
}