Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

什么是Splunk XML Formatter?

Splunk XML Formatter是由jynolen开发的Chrome扩展程序,该扩展的主要功能是“This extension add 2 boutons in the SplunkUI to format XMLevent”。

扩展截图

screenshot
screenshot
screenshot

下载Splunk XML Formatter扩展crx文件

下载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"
        }
    ]
}