Files
lint-enforcement-v5/grafana/provisioning/datasources/opensearch.yaml
Scaffolder 1181dd010d
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 56s
initial commit
Change-Id: I6c250b62e480027932e43873575b45e287d1c563
2026-07-27 07:19:45 +00:00

22 lines
497 B
YAML

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
apiVersion: 1
datasources:
- name: OpenSearch
uid: webstore-logs
type: grafana-opensearch-datasource
url: http://opensearch:9200/
access: proxy
editable: true
isDefault: false
jsonData:
database: otel-logs-*
flavor: opensearch
logLevelField: severity.text.keyword
logMessageField: body
pplEnabled: true
timeField: observedTimestamp
version: 3.6.0