Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

ما هو Splunk XML Formatter؟

Splunk XML Formatter هو إضافة Chrome تم تطويرها بواسطة jynolen، والميزة الرئيسية لها هي "This extension add 2 boutons in the SplunkUI to format XMLevent".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Splunk XML Formatter

قم بتنزيل ملفات الامتداد Splunk XML Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        }
    ]
}