sonar-loggers
Enumerate loggers in Logpresso Sonar.
sonar-loggers [keywords=KEYWORDS] [schema=SCHEMA]
- keywords=KEYWORDS
- Search term for logger names
- schema=SCHEMA
- Log schema code for filtering
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| id | Integer | ID | Logger number |
| guid | String | GUID | Unique identifier |
| name | String | Name | Logger name |
| table_name | String | Table name | Table storing collected logs |
| enabled | Bool | Enabled | Whether logger is active |
| status | String | Status | Current operational state |
| log_count | Long | Log count | Number of logs collected |
| log_schemas | List | Log schemas | List of log schema codes |
| configs | Map | Configs | Configuration key-value pairs |
| created | Date | Created | Creation timestamp |
| updated | Date | Updated | Last modification timestamp |