Activity Feed
- Got Karma for Running splunk container and getting apt-get not found. 05-10-2021 06:16 PM
- Posted How search head requests are load balanced between indexer cluster members on Splunk Enterprise. 01-30-2020 05:53 PM
- Tagged How search head requests are load balanced between indexer cluster members on Splunk Enterprise. 01-30-2020 05:53 PM
- Tagged How search head requests are load balanced between indexer cluster members on Splunk Enterprise. 01-30-2020 05:53 PM
- Tagged How search head requests are load balanced between indexer cluster members on Splunk Enterprise. 01-30-2020 05:53 PM
- Posted Running splunk container and getting apt-get not found on Getting Data In. 01-07-2020 02:51 PM
- Tagged Running splunk container and getting apt-get not found on Getting Data In. 01-07-2020 02:51 PM
- Tagged Running splunk container and getting apt-get not found on Getting Data In. 01-07-2020 02:51 PM
Topics I've Started
01-30-2020
05:53 PM
I am new to Splunk and reading about load balancing. According the Splunk documentation we can setup load balancer to distribute the search requests to search head members. Then search head will query indexer cluster to get the required data. For example My indexer cluster having three members. Is there any load balance will happen in indexer cluster for the search head requests?. I am not seeing any clear concept describing how the search head requests are handled by indexer cluster. All requests distributed evenly to indexer members or any other logic presents?.
... View more
01-07-2020
02:51 PM
1 Karma
Hi ..I have pulled docker image splunk/splunk and running the containter successfully. Able to login splunk GUI. I am trying to install net-tools package inside container. Followed the below steps.
C:\Users\mania>docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9885bd8f10d6 splunk/splunk:latest "/sbin/entrypoint.sh…" 4 weeks ago Up About an hour (healthy) 8065/tcp, 8088-8089/tcp, 8191/tcp, 9887/tcp, 0.0.0.0:8000->8000/tcp, 9997/tcp splunk-mount
C:\Users\mania>docker exec -it splunk-mount bash
[ansible@9885bd8f10d6 splunk]$ apt-get update
bash: apt-get: command not found
I am stuck and couldn't install the tool and continue. I am not sure where I am missing and getting apt-get not found error . Help from anyone would be appreciated.
Thanks.
... View more