Splunk Search

How to apply anomaly command on timechart query?

PRIYANKA_1993
New Member

I am trying to apply anomaly detection on count field.

Base query: index=test sourcetype=web source="test.log" WEB_URL="test"|timechart count by WEB_SOURCE_IP

-time IP 1 IP 2 . . IP N
timestamp Count Count Count

timestamp

Timestamp

But in the assistant for obvious reasons I am only getting option of choosing the IPs and _time in the fields to select dropdown. I need guidance on how can I approach here.

0 Karma

niketn
Legend

@PRIYANKA_1993 ..."But in the assistant for obvious reasons I am only getting option of choosing the IPs and _time in the fields to select dropdown"...

What is it that you want to do here which Assistant is not allowing?

If Assistant is letting you choose the field, you can use the Show SPL option with few fields and then convert the query as per your needs.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

Sukisen1981
Champion

Have you tried using the default splunk anamoly commands, something like this -

 index=test sourcetype=web source="test.log" WEB_URL="test"|timechart count by WEB_SOURCE_IP|anomalydetection

Or just this

index=test sourcetype=web source="test.log" WEB_URL="test"|index="_audit"| anomalies|table _raw unexpectedness

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...