Hello all,
I am trying to ingest metrics via Opentelemetry in an enterprise environment. I have installed the Splunk Add-On for OpenTelemetry Collector , which according to the documentation is compatibl
I have some doubts to configure it:
where can you know the following connection points that my enterprise environment has?
- SPLUNK_API_URL: The Splunk API URL, e.g. https://api.us0.signalfx.com
- SPLUNK_INGEST_URL: The Splunk ingest URL, e.g. https://ingest.us0.signalfx.com
- SPLUNK_LISTEN_INTERFACE: The network interface the agent receivers listen on.¿?
- SPLUNK_TRACE_URL: The Splunk trace endpoint URL, e.g. https://ingest.us0.signalfx.com/v2/trace
Is there a configuration file where to view it?
Do I have to do some step before to get those services up?
thanks in advance
BR
JAR
T
I wouldn't personally start with the Add-On because it just provide you the configuration but to get an real understanding of the otel collector you should check out some documentation.
To collect metrics and send them to your HTTP Event Collector endpoint of your Splunk Enterprise environment you should follow these documentations
Install the Collector for Linux with the installer script — Splunk Observability Cloud documentation
Collector for Linux default configuration — Splunk Observability Cloud documentation
Splunk HEC exporter — Splunk Observability Cloud documentation
Following metrics are collected by default
Collected metrics for Linux — Splunk Observability Cloud documentation
If you have specific questions just let me know.
Thank you very much for your answer.
An initial and basic doubt:
Content Pack for Splunk Observability Cloud must be installed on the enterpise environment. Correct?
BR
If you use ITSI or ITE you could install it but it is not essential to ingest data via OTel.
Forgive my lack of knowledge. But the variables :
$ingest_URL
$SPLUNK_REALM
....
Are configured in ITSI?
I see that they are necessary for the installation of the collector.