Fluent Bit Configuration Files
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PAS for OpenEdge provides option to customize existing logs or a PAS for OpenEdge application can create a new log file according to the business requirements. To get the advantage of unified logging, modify the Fluent Bit configurations to structure the logs.
The default configuration files for Fluent Bit are located in /etc/fluent-bit/ directory inside the Docker
container:
| Configuration files | Descriptions |
|---|---|
| fluent-bit.conf | Runs Fluent Bit, the main configuration file. This file includes all the other configuration files. |
| fluent-bit-service.conf | Defines the Service plugin configurations. |
| fluent-bit-output.conf | Defines the Output plugin configurations. |
| io_agent.conf | Defines the input configurations for PAS for OpenEdge agent logs. |
| io_authn.conf | Defines the input configurations for PAS for OpenEdge authentication logs. |
| io_authz.conf | Defines the input configurations for PAS for OpenEdge authorization logs. |
| io_catalina.conf | Defines the input configurations for PAS for OpenEdge catalina logs. |
| io_localhost.conf | Defines the input configurations for PAS for OpenEdge localhost logs. |
| io_localhost_access.conf | Defines the input configurations for PAS for OpenEdge localhost access logs. |
io_pasoe_application_APP_NAME.conf |
Defines the input configurations for PAS for OpenEdge application logs. |
| io_fluent-bit.conf | Defines the input configurations for the running Fluent Bit verbose logs. |
| io_start-server.conf | Defines the input configurations for the Start Server script verbose logs. |
| parser_pasoe_agent.conf | Defines the parsers used by the input configurations. |
| parsers_custom.conf | Defines the custom parsers used by the user-defined input configurations. |