Getting Data In

Can accelerated data models work with summarized data?

responsys_cm
Builder

Can accelerated data models handle pre-summarized data accurately?  Take authentication messages for example.  Most apps and operating systems will send one message per authentication attempt.  But I've seen some solutions that will send a digest every five minutes or whatever showing the count of success/failed messages by user.

Are there settings that control how accelerated data models calculate the "count" if the messages contain a "count=X" field in it?  And if so, can an accelerated data model handle a blend of raw and summarized events?

Labels (1)
0 Karma

woodcock
Esteemed Legend

No, there is no way to handle data like this other than to break the event into 'count' singleton events.  You could basteridze one of the other fields that already exist, such as `duration` or `response_time` but whatever you do, do NOT modify the datamodel itself (you will eventually have much pain and regret if you do).

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...