-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splunk Operator: There is no way to provide custom default setiings to search heads and deployer. #1048
Comments
according to documentation: https://splunk.github.io/docker-splunk/ADVANCED.html#:~:text=The%20purpose%20of%20the%20default.yml%20is%20to%20define,members%20of%20the%20cluster%20%28ex.%20keys%2C%20passwords%2C%20secrets%29. : there is nice example: and trying to do something like:
|
i found workaround:
but, i would like to know if there any better official way to do that |
CSPL-2152 |
this one becomes critical. real case: if increase threshold - it will lead to another issue, that real issue won't be detected fast enough. |
related: splunk/splunk-ansible#784 |
and another thing found. when deployer starts, it connects to deployment server and download apps. In that time nodes are passing further and then deployer stucks on:
executing |
Please select the type of request
Bug
Tell us more
Describe the request
At the moment definition to create SearchHeads is written in single CRD, which creates 4 pods at minimum:
this is quite fine, but problem comes when it is needed to install custom apps or to provide custom configuration.
Real example what should be custom: authentication.conf.
we are using PingID integration, which requires to define
fqdn
setting, where browser redirects after successful login. By default, hostname is being used, which is not accessible from client PC's.and if we provide
defaults.yml
with correct setup of PindID config withfqdn
- here problem arises: only one domain name is defined.Expected behavior
There should be way to define default config for searchhead deployer and custom config for searchhead nodes.
Splunk setup on K8S
EKS on AWS
Reproduction/Testing steps
with next
defaults.yml
submited to searchheads crd - only one fqdn is possible to use.So, problem, that we need to know how to provide:
fqdn : https://shc-deployer.26981.cmp-prj-dev.internal.cmpgroup.cloud
- for deployerfqdn : https://shc.26981.cmp-prj-dev.internal.cmpgroup.cloud
- for searcheadsThe text was updated successfully, but these errors were encountered: