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!

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, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...