Knowledge Management

Why use data models instead of just having reports ?

nikhilnsr1998
Explorer

Could someone please explain what are the scenarios where having a data-model would be important rather than using Reports ?

 

Until now i have been using scheduled reports to prepare data to be used in dashboard visuals but came across data models and am not able to understand the point since a reporting mechanism is already available.

Labels (1)
0 Karma

andrew_m_streic
New Member

Data models are great for several things. The main thing is normalization of data. You can bring in different types of logs with different fields and search them using a set normalized field. For example. 3 different firewall might call the source ip differently. It might be called src_ip, client_ip, source_address. Using a data model you can search this using one standard name src.

0 Karma

nikhilnsr1998
Explorer

will the data in the datamodels update like reports at regular intervals, such that the pivot will be updated in the dashboard with new data?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If the DM is accelerated then yes, definitely.

If the DM is not accelerated then the data is fetched at search time so, yes, it will be fresh.

---
If this reply helps you, Karma would be appreciated.
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Each has its place.

Scheduled reports do one thing.  They run a search at a scheduled time and save the results.  You can display those results, but that's about it.

Datamodels add structure to unstructured data.  That structure can be used by any query that needs to search the data covered by the DM.  Unlike a scheduled report, an unaccelerated DM does not use a search slot.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

New This Month - Splunk Observability updates and improvements for faster ...

What’s New? This month, we’re delivering several enhancements across Splunk Observability Cloud for faster and ...

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...