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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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"
        }
    ]
}