Splunk Dev

Why is the passwords.conf is stored at /etc/apps/search/local instead of /{app_name}/local/?

cloudpassage
New Member

I'm using splunk python sdk to store encrypt and store my password.

service.storage_passwords.create(secret_key,api_key)

However, the passwords.conf was not created in my local folder, instead, it's stored in /etc/apps/search/local.

Any idea why? and how I can config the app so that it will store the passwords.conf in my /{APP}/local folder?

0 Karma

micahkemp
Champion

When you create your client connection, pass your app path in the app parameter.

For example:

s = client.connect(username="boris", password="natasha", app="yourapp")
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...