|
Hello, a bit wierd request, but for debug some issues we'd like to install search heads without connection to indexers. we don't want to deploy it in different namespace or create new cluster. Just remove connection between searchheads and indexers. |
Answered by
akondur
Dec 20, 2023
Replies: 1 comment 5 replies
|
i tried to supply with "fake" data, but obviosly it is not working, as it is not staring containers. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SearchHeadCluster CRD is independent of the CM, IDXC CRDs(although it has the ability to connect to them via
clusterManagerRef). If more information is needed, please open a github issue(even though it may not be a bug).