Skip to content

Commit

Permalink
[chore] update logging to debug exporter (#35030)
Browse files Browse the repository at this point in the history
logging exporter is going away, removing the reference to it in the
documentation

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Sep 5, 2024
1 parent 93a6bd9 commit 55482cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions receiver/splunkenterprisereceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ receivers:
timeout: 45s

exporters:
logging:
loglevel: info
debug:
verbosity: basic

service:
extensions: [basicauth/indexer, basicauth/cluster_master]
pipelines:
metrics:
receivers: [splunkenterprise]
exporters: [logging]
exporters: [debug]
```
For a full list of settings exposed by this receiver please look [here](./config.go) with a detailed configuration [here](./testdata/config.yaml).

0 comments on commit 55482cb

Please sign in to comment.