I tried running this command, but no slave gets added in server.conf.
/opt/splunk/bin/splunk add licenser-pools pool_name -quota 10gb -slaves slave1,slave2 -stack_id enterprise
The below pool stanza gets added without slave servers:
[lmpool:pool_name]
quota = 10gb
stack_id = enterprise.
When I add the indexers in the pool from the console, I see something like this below:
[lmpool:test]
quota = 2147483648
slaves = C95CC0BB-CFEA-4D2A-A1A9-0FB12382FSCW,6386358F-1564-4F46-A961-35875BFB58F8
stack_id = enterprise
Also, how do I directly edit server.conf? How does this value generating exactly ? slaves = C95CC0BB-CFEA-4D2A-A1A9-0FB12382FSCW ---- this is server name , but not sure what it means to Splunk.
How do I get these added via CLI or updating server.conf ?
... View more