Platform Configuration
Configuration on Platform stack to ingest JSON logs
This section describes Augtera platform stack configuration parameters to control JSON log ingestion. This section is not applicable if you are using Augtera SaaS for JSON logs as in that case the configuration of the platform stack is managed by the Augtera team.
JSON File Configuration
Location on manager node: ~/opt/augtera/etc/telemetry.json
Configuration Properties
The following table explains the attributes of Syslog and provides a description of each one of them.
Num | Attribute | Type | Description |
---|---|---|---|
1 | json-mapper Required Inheritance | Object | JSON log port map configuration |
2 | port | Integer | Set this to |
3 | proto | String | Set this to |
4 | disable | Boolean | Enables or disables syslog configuration. By default, JSON log is enabled since it is set to |
Following is a sample JSON configuration snippet to ingest syslog over UDP port 514. Data above the warning
level will appear in the UI. Any messages below info
will be dropped. Any message below level warning
and info
will only be ingested if there is a matching classifier.
Last updated