Settings API - Custom log source configuration schema table
Custom log source configuration (builtin:logmonitoring.custom-log-source-settings
)
OneAgent automatically discovers new log files for important processes on supported platforms. Auto-detected logs are listed on the Process Group Instance or Host screen.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.custom-log-source-settings |
| HOST - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Active | boolean | - | required |
config-item-title | Name | text | - | required |
custom-log-source | - | CustomLogSource | - | required |
context | Log Source context | set | Define Custom Log Source only within context if provided | required |
Request body objects
The Context
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
attribute | Attribute | enum | - | required |
values | - | set | - | required |
The CustomLogSource
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
type | Log Source type | enum | - | required |
accept-binary | Accept binary content | boolean | - | optional |
values | Log source | set | It might be either an absolute path to log(s) with optional wildcards or Windows Event Log name. | required |