Splunk Search

Searching for fields after pipeline

balidani
Explorer

Hello!

When I run the following search it works perfectly:

inc=* | head 2

However if the search is after a pipeline I get an error:

http 200 | inc=* | head 2

The error I get is:

Search operation 'inc' is unknown. You might not have permission to run this operation.

What am I doing wrong?
Thanks in advance!

0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

When you pipe to something it need an actual splunk command. So you could do this http 200 | search inc=* | head 2. However you should always limit the search before piping to a command so "http 200 inc=* | head 2" would be the search you want.

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

When you pipe to something it need an actual splunk command. So you could do this http 200 | search inc=* | head 2. However you should always limit the search before piping to a command so "http 200 inc=* | head 2" would be the search you want.

balidani
Explorer

Thank you! This is what I was looking for, I didn't realise I can do it without a pipe between http 200 and inc=...

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...