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!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...