-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Change receiver config tests to unmarshal config only for tha…
…t component. (part5) (#14563) - [x] splunkhecreceiver - [x] sqlqueryreceiver - [x] sqlserverreceiver - [x] statsdreceiver - [x] syslogreceiver - [x] tcplogreceiver - [x] udplogreceiver - [x] vcenterreceiver - [x] wavefrontreceiver - [x] windowsperfcountersreceiver - [x] zipkinreceiver - [x] zookeeperreceiver
- Loading branch information
Showing
44 changed files
with
827 additions
and
1,174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,16 @@ | ||
receivers: | ||
splunk_hec: | ||
splunk_hec/allsettings: | ||
# endpoint specifies the network interface and port which will receive | ||
# Splunk metrics. | ||
endpoint: localhost:8088 | ||
access_token_passthrough: true | ||
raw_path: "/foo" | ||
hec_metadata_to_otel_attrs: | ||
source: "file.name" | ||
sourcetype: "foobar" | ||
index: "myindex" | ||
host: "myhostfield" | ||
splunk_hec/tls: | ||
tls: | ||
cert_file: /test.crt | ||
key_file: /test.key | ||
|
||
processors: | ||
nop: | ||
|
||
exporters: | ||
nop: | ||
|
||
service: | ||
pipelines: | ||
metrics: | ||
receivers: [splunk_hec, splunk_hec/allsettings] | ||
processors: [nop] | ||
exporters: [nop] | ||
splunk_hec: | ||
splunk_hec/allsettings: | ||
# endpoint specifies the network interface and port which will receive | ||
# Splunk metrics. | ||
endpoint: localhost:8088 | ||
access_token_passthrough: true | ||
raw_path: "/foo" | ||
hec_metadata_to_otel_attrs: | ||
source: "file.name" | ||
sourcetype: "foobar" | ||
index: "myindex" | ||
host: "myhostfield" | ||
splunk_hec/tls: | ||
tls: | ||
cert_file: /test.crt | ||
key_file: /test.key |
Oops, something went wrong.