Files
lint-enforcement-v3/grafana/provisioning/datasources/opensearch.yaml
Scaffolder 489eba335a
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m0s
initial commit
Change-Id: I5f624b221545283dafa1ca30bef9b8b722fcf0c7
2026-07-13 08:10:15 +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