Deployment Architecture

How can I propagate changes to /system/local .conf files across a search head cluster?

markfocella
Explorer

I want to make some changes to certain .conf files in system local for my search head cluster. I know that the deployer pushes the apps and user configurations. I also know that the captain pushes changes made through the GUI. I don't know how to make changes to outputs.conf for instance and have those changes get propagated across the cluster. Are configurations only possible using the command line interface or is there another way where I can modify and send these configuration files across the cluster?

0 Karma
1 Solution

somesoni2
Revered Legend

You should be able to add you outputs.conf changes in an app and deploy that app using Deployer. That way you'd have better control over the SHC configuration.

Making changes (made directory) to file system, where it's in etc/system/local OR etc/apps, will not get replicated. However, you can update the outputs.conf content using CLI and those changes will get replicated (at least whatever changes being supported by CLI).

View solution in original post

somesoni2
Revered Legend

You should be able to add you outputs.conf changes in an app and deploy that app using Deployer. That way you'd have better control over the SHC configuration.

Making changes (made directory) to file system, where it's in etc/system/local OR etc/apps, will not get replicated. However, you can update the outputs.conf content using CLI and those changes will get replicated (at least whatever changes being supported by CLI).

Harishma
Communicator

hI @SOMESONI2 ,

Is it possible to edit outputs.conf via CLI. I couldnt find any doc on it. Could you re-direct me to teh same?

0 Karma
Get Updates on the Splunk Community!

Buttercup Games: Further Dashboarding Techniques

Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates ...

Message Parsing in SOCK

Introduction This blog post is part of an ongoing series on SOCK enablement. In this blog post, I will write ...

Exploring the OpenTelemetry Collector’s Kubernetes annotation-based discovery

We’ve already explored a few topics around observability in a Kubernetes environment -- Common Failures in a ...