Splunk Search

How to highlight only specific term?

melonman
Motivator

Hi,

I am trying to highlight only a specific term specified by highlight command like this:

index=* man | highlight from

However, with the search above, "man" and "from" are highlighted.
Is there any way to highlight only "from"?
(I don't want to highlight "man", which is search result from a search before pipe.)

Thank you!

Tags (3)
1 Solution

MHibbin
Influencer

Not really an answer, but I don't think this is easily possible... there is an old question relating to this here (it mentions the CSS method which I don't think is worth it as you will still want to highlight terms).

So I think the answer to your question is "no", unless the "man" term is something that can be extracted as a field (or part of a field) in which case you could modify your search to something like..

index=* yourField=man | highlight from

This would stop the highlighting, as it will be filtering on the fields.

Regards,

MHibbin

View solution in original post

0 Karma

Drainy
Champion

Sure, but its not particularly pretty. Splunk won't highlight any field matches in your search terms, so blah=man will not be highlighted.

A quick and dirty way to do this (I would be more specific on the rex 😉 ) is;

* something=morespecific source=blah | rex "(?<my_field>man)" | search my_field=man| highlight from

melonman
Motivator

Thank you for your post.
* I accepted the first one

0 Karma

MHibbin
Influencer

Not really an answer, but I don't think this is easily possible... there is an old question relating to this here (it mentions the CSS method which I don't think is worth it as you will still want to highlight terms).

So I think the answer to your question is "no", unless the "man" term is something that can be extracted as a field (or part of a field) in which case you could modify your search to something like..

index=* yourField=man | highlight from

This would stop the highlighting, as it will be filtering on the fields.

Regards,

MHibbin

0 Karma

melonman
Motivator

Thank you!
This is something I need to do, I understood.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...