Knowledge Management

What is datamodels.conf and in which component of Splunk should it be defined?

pavanae
Builder

Also, what actually does Splunk do when we give the below line in datamodels.conf file?

acceleration.max_concurrent = 1

could someone provide me a basic level understanding of datamodels.conf?

0 Karma

vinkumar_splunk
Splunk Employee
Splunk Employee

Generally, a data model Provides more meaningful representation of underlying raw machine data. It breakdown the complex events into understanding pieces.

Data models enable users to create compelling reports and dashboards without having to write the searches that generate them.

In Bookish words, A data model is a hierarchically structured search-time mapping of knowledge about one or more datasets.

Three points to remember:

A Data Model is a Collection of Objects.
Objects Have Constraints and Attributes.

Child Objects Inherit Constraints and Attributes.

datamodels.conf is a configuration file which contains possible attribute/value pairs for configuring data models.

Before knowing about acceleration.max_concurrent = 1, You must be aware of Data Model Acceleration.

A data-summary-backed method of accelerating the datasets within data models, causing pivot searches on that dataset to run much faster than they would otherwise. The collection of summaries that a data model uses for acceleration is called the high performance analytics store.

0 Karma

woodcock
Esteemed Legend
0 Karma

gjanders
SplunkTrust
SplunkTrust

On the search head, refer to About data models and datamodels.conf.spec

acceleration.max_concurrent = <unsigned int>
* The maximum number of concurrent acceleration instances for this data
  model that the scheduler is allowed to run.
* Defaults to: 3
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...