Dashboards & Visualizations

How do you convert HTML to plain text in a field?

nabeel652
Builder

Hi Guys

I have a field named Comments that is in HTML format:

Comments="<div class="ExternalClass05ED2D0CB5224BC285C4E4A53F3717E0">Adobe Air Run-Time;IMS 564125</div>"

Is there a simple way to show it in plain text? I don't want to use regex as there are almost unlimited options.

0 Karma

micahkemp
Champion

Are you wanting to show the contents of the div? I think regex would still be you answer for that.

props.conf:

[<sourcetype>]
REPORT-comments = comments_contents

transforms.conf:

[comments_contents]
SOURCE_KEY = Comments
REGEX = >(?<comments_contents>[^<]+)<
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...