If setting 200 parallel pipelines helped, that means existing pipeline thread(s) on IF (depending on how many pipelines ) maxed out. Checkout index=_internal source=*metrics.log host=<IF> ratio thread=fwddatareceiverthread* | timechart span=30s max(ratio) by thread. If all are > .95 then you need to add more pipelines.
... View more
curl -kv https://<host>.<stack>.splunkcloud.com:8088/services/collector/health Where <host>.<stack>, you will find if you run `index=_internal` and see `host` field.
... View more
Finally found the working URI for demo version of Splunk Cloud Platform. curl -kv https://<host>.<stack>.splunkcloud.com:8088/services/collector/health Where <host>.<stack>, you will find if you run `index=_internal` and see `host` field.
... View more