-
Notifications
You must be signed in to change notification settings - Fork 123
CSPL-570 Documentation for configuring indexer clusters and standalones with LM #306
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs/Examples.md
Outdated
name: example | ||
``` | ||
## Connecting Indexer Clusters to use License Master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section seems incomplete? Is it needed?
docs/Examples.md
Outdated
- [Updating global kubernetes secret object](#updating-global-kubernetes-secret-object) | ||
- [Deleting global kubernetes secret object](#deleting-global-kubernetes-secret-object) | ||
|
||
## Connecting Splunk Enterprise CRs to use License Master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this section necessary?
smohan-splunk
approved these changes
Apr 8, 2021
vebken-splunk
approved these changes
Apr 9, 2021
gaurav-splunk
approved these changes
Apr 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The JIRA CSPL-570 points out that the License Master(LM) logs are not forwarded to the Cluster Master(CM) which is configured as a license slave. The reason for this is that the LM has not setup the outputs.conf to send to the CM via indexer discovery. To enable the same on the LM, we need to introduce the clusterMasterRef in the LM Spec as show in the example below:
The operator uses the clusterMasterRef to introduce the env variable SPLUNK_CLUSTER_MASTER_URL which is picked up ansible to setup indexer discovery on outputs.conf.
This PR edits the documentation with regards to connecting IndexerClusters and Standalones to LicenseMaster.