Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some collapser issues #2512

Merged
merged 1 commit into from
May 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,7 @@ logs:
id="syslog"
title="syslog"
>

</Collapser>
</CollapserGroup>


Syslog data source.

**Parameters:**
Expand Down Expand Up @@ -343,6 +340,9 @@ logs:
uri: unix_udp:///var/unix-udp-socket-test
parser: rfc5424
```

</Collapser>
</CollapserGroup>

<CollapserGroup>
<Collapser
Expand Down Expand Up @@ -618,13 +618,13 @@ The runtime file does not define a [`[SERVICE]` section](https://docs.fluentbit.

`parsers_file:` path to an existing Fluent Bit parsers file. The following parser names are reserved: `rfc3164`, `rfc3164-local` and `rfc5424`.

</Collapser>
</CollapserGroup>

### Sample configuration file [#running-modes]

Here is an example of a `logging.d/` configuration file in YAML format. For more configuration examples, [see the infrastructure agent repository](https://github.com/newrelic/infrastructure-agent/tree/master/assets/examples/logging).

</Collapser>
</CollapserGroup>

<CollapserGroup>
<Collapser
id="configuration-file"
Expand Down