Getting Data In

how to avoid displaying the field which contains #?

pavanae
Builder

Hi have a field named acts which displays all the different acts with below query

base search | table acts

which displays as below

displayed screen
113;screen

kjhkh;jkh

hjgjh#kjhk
jhgjhyg#

Now I dont want to display any of the results which contains # in it. How can I filter them?

0 Karma
1 Solution

somesoni2
Revered Legend

Try like this

base search | table acts | eval acts=mvfilter(NOT match(acts,"#"))

View solution in original post

0 Karma

niketn
Legend

If acts is one of your extracted fields you can filter the same in the base search itself

<Your Base Search> acts!="*#*"
| table acts
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Here's one way.

base search | regex acts!="#" | table acts
---
If this reply helps you, Karma would be appreciated.
0 Karma

somesoni2
Revered Legend

Try like this

base search | table acts | eval acts=mvfilter(NOT match(acts,"#"))
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!

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...