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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

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 ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...