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