Merge "Configure log level field for the Grafana OpenSearch datasource"

This commit is contained in:
Zuul 2024-04-15 15:13:28 +00:00 committed by Gerrit Code Review
commit 7f655d63ac
2 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,7 @@ grafana_data_sources:
database: "{{ opensearch_log_index_prefix }}-*"
version: "2.11.1"
timeField: "@timestamp"
logLevelField: "log_level"
##########
# Grafana

View File

@ -0,0 +1,6 @@
---
features:
- |
Configures the log level field for the Grafana OpenSearch datasource. This
allows for logs to be coloured based on log level. To apply this you need
to delete the datasource and reconfigure grafana.