Splunk XML Formatter

This extension add 2 boutons in the SplunkUI to format XMLevent

Splunk XML Formatter là gì?

Splunk XML Formatter là một tiện ích mở rộng Chrome được phát triển bởi jynolen, và tính năng chính của nó là "This extension add 2 boutons in the SplunkUI to format XMLevent".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Splunk XML Formatter

Tải xuống các tệp mở rộng Splunk XML Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splunk XML Formatter Splunk XML Formatter
ID gdhdfmebcdkblbmpbmndclndfdpkcmnb
URL Chính Thức https://chromewebstore.google.com/detail/splunk-xml-formatter/gdhdfmebcdkblbmpbmndclndfdpkcmnb
Mô tả This extension add 2 boutons in the SplunkUI to format XMLevent
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 2.5.1
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-28
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jynolen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jynolen/splunk_xml_formatter
URL Trang Trợ Giúp https://github.com/jynolen/splunk_xml_formatter/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}