How to decode html file in heartbeat/filebeat

Hi All,

I have tried decoding XML file using decode_xml processor in both heartbeat and filebeat and it worked as expected.
Now I would like to decode html file. I didn't find a way to do that.

Could you please suggest a method?

Thanks

Any help on this please?

What's the purpose of decoding an HTML file using a beat ?
Is it a search use case or anything else very specific ?

There is a date value which I need to get from that html response. Basically this html response is coming from a http endpoint.

For example as below:

Date:
<..span Id="date">02/06/2011<../span>

May be try to use dissect processor at the edge level

Or the grok processor at the ingest node level

Okay, I will try this and confirm back

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.