본문 바로가기
Splunk

스플렁크 대시보드에서 html 사용

by 앗사비 2025. 2. 13.
728x90

원본 편집모드 > 패널 태그 안에 html 태그 사용하면 됨

    <panel>
      <html>
        <div style="background-color: green;">
          <p>hi</p>
        </div>
      </html>
    </panel>

 

https://docs.splunk.com/Documentation/Splunk/9.4.0/Viz/PanelreferenceforSimplifiedXML#html

728x90

'Splunk' 카테고리의 다른 글

필드명에 하이픈 사용하지 않기  (0) 2025.02.17
[splunk] null 값만 있는 필드 제거하기  (0) 2025.02.17
splunk start 옵션  (0) 2025.02.03
스플렁크 자동 설치 스크립트  (0) 2025.01.21
리눅스에 스플렁크 설치  (0) 2025.01.13