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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
        }
    ]
}