-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
Hello,
I'm trying to create an HTML page that connects to Splunk Enterprise and execute a search query. This page will be accessible publically for end users.
Hince, I'm looking for a way to secure my Splunk credentials. I there a way to that? Like API Key or encrypted credentials.
Is there another way instead of this one?
svc = new splunkjs.Service(http, { scheme: 'http', host: 'localhost', username: 'admin', password: 'changeme' });
Thank you!
Metadata
Metadata
Assignees
Labels
No labels