3
3
For non-containerized Linux environments, an installer script is available. The
4
4
script deploys and configures:
5
5
6
- - Splunk Connector for Linux
6
+ - Splunk OpenTelemetry Connector for Linux
7
7
- [ TD Agent
8
8
(Fluentd)] ( https://www.fluentd.org/ )
9
9
10
- > IMPORTANT: systemctl is required for automatic service management .
10
+ > IMPORTANT: systemd is required to use this script .
11
11
12
12
Currently, the following Linux distributions and versions are supported:
13
13
@@ -33,10 +33,11 @@ for more details and available options.
33
33
34
34
## Advanced Configuration
35
35
36
- ### Collector Memory Configuration
36
+ ### Additional Script Options
37
37
38
- Optionally, the ` SPLUNK_MEMORY_TOTAL_MIB ` variable can be passed to change the
39
- memory allocation configured in the Collector:
38
+ Additional configuration options supported by the script can be found by
39
+ running the script with the ` -h ` flag. One variable that may need to changed
40
+ is ` SPLUNK_MEMORY_TOTAL_MIB ` in order to configure the memory allocation:
40
41
41
42
> By default, this variable is set to ` 512 ` .
42
43
@@ -46,6 +47,19 @@ sudo sh /tmp/splunk-otel-collector.sh --realm SPLUNK_REALM --memory SPLUNK_TOTAL
46
47
-- SPLUNK_ACCESS_TOKEN
47
48
```
48
49
50
+ ### Collector Configuration
51
+
52
+ The Collector comes with a default configuration which can be found at
53
+ ` /etc/otel/collector/splunk_otel_linux.yaml ` . This configuration can be
54
+ modified as needed. Possible configuration options can be found in the
55
+ ` receivers ` , ` processors ` , ` exporters ` , and ` extensions ` folders of either:
56
+
57
+ - [ OpenTelemetry Collector] ( https://github.com/open-telemetry/opentelemetry-collector )
58
+ - [ OpenTelemetry Collector Contrib] ( https://github.com/open-telemetry/opentelemetry-collector-contrib )
59
+
60
+ After modification, the Collector services needed to be restarted: `sudo
61
+ systemctl restart splunk-otel-collector`.
62
+
49
63
### Fluentd Configuration
50
64
51
65
By default, the fluentd service will be installed and configured to forward
0 commit comments