Deployment Architecture

Is there a way to share a Data Model across 2 Search Head Clusters

ctaf
Contributor

Hi,

We would like to use the same Data Model (same field extractions, same events, same acceleration window, etc.) in two different SH Clusters. Is it possible to do it without having to compute and store the acceleration files twice on the indexers?

Thank you!

1 Solution

helge
Builder

That is not possible. Quote from the relevant documentation:

Summaries are restricted to a
particular search head (or search head
pool ID) to account for different
extractions that may produce different
results for the same search string.
Source: http://docs.splunk.com/Documentation/Splunk/6.6.1/Knowledge/Acceleratedatamodels

View solution in original post

0 Karma

bandit
Motivator
0 Karma

splunkapprentic
Explorer

It looks like this is now possible with the new Splunk version 8.0

source: https://docs.splunk.com/Documentation/Splunk/8.0.0/Knowledge/Sharedatamodelsummaries

bandit
Motivator

This would be a great feature to let search heads subscribe to datamodels generated by other search heads. The main reason being is datamodel generation is really a batch-like process. This way we could could silo datamodel generation to limit the impact to users on the same search heads without having to overbuild the user search tier. These are some advantages of summary indexes and metrics indexes where they can be accessed by search heads which did not create them.

0 Karma

helge
Builder

That is not possible. Quote from the relevant documentation:

Summaries are restricted to a
particular search head (or search head
pool ID) to account for different
extractions that may produce different
results for the same search string.
Source: http://docs.splunk.com/Documentation/Splunk/6.6.1/Knowledge/Acceleratedatamodels

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...