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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...