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!

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...