Splunk Search

What does a anomalies command report mean when giving error: A separating field was not found, carring on without it.

rsimmons
Splunk Employee
Splunk Employee

The anomalies command reports this error: "A separating field was not found. Carrying on without it."

What does that mean?

Background:

I am looking for unusual response times. This worked fine:

... | anomalies field=responseTime

Next I tried to look for anomalies by host. This gave the error message above:

... | anomalies field=responseTime by host
0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

This means that the "host" field was not found in the table passed into the anomalies command. What does the rest of the search look like?

rsimmons
Splunk Employee
Splunk Employee

The two complete searches are:

sourcetype="access_combined" | anomalies field=responseTime

and

sourcetype="access_combined" | anomalies field=responseTime by host

0 Karma
Get Updates on the Splunk Community!

Splunk Smartness with Brandon Sternfield | Episode 3

Hello and welcome to another episode of "Splunk Smartness," the interview series where we explore the power of ...

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...