You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/data_source.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ Optional:
114
114
-**default_bucket** (String) (InfluxDB) The default bucket for the data source.
115
115
-**default_project** (String) (Stackdriver) The default project for the data source.
116
116
-**default_region** (String) (CloudWatch, Athena) The default region for the data source.
117
+
-**derived_field** (Block List) (Loki) See https://grafana.com/docs/grafana/latest/datasources/loki/#derived-fields (see [below for nested schema](#nestedblock--json_data--derived_field))
-**es_version** (String) (Elasticsearch) Elasticsearch semantic version (Grafana v8.0+).
119
120
-**external_id** (String) (CloudWatch, Athena) If you are assuming a role in another account, that has been created with an external ID, specify the external ID here.
@@ -125,6 +126,7 @@ Optional:
125
126
-**log_message_field** (String) (Elasticsearch) Which field should be used as the log message.
126
127
-**max_concurrent_shard_requests** (Number) (Elasticsearch) Maximum number of concurrent shard requests.
127
128
-**max_idle_conns** (Number) (MySQL, PostgreSQL and MSSQL) Maximum number of connections in the idle connection pool (Grafana v5.4+).
129
+
-**max_lines** (Number) (Loki) Upper limit for the number of log lines returned by Loki
128
130
-**max_open_conns** (Number) (MySQL, PostgreSQL and MSSQL) Maximum number of open connections to the database (Grafana v5.4+).
-**organization** (String) (InfluxDB) An organization is a workspace for a group of users. All dashboards, tasks, buckets, members, etc., belong to an organization.
@@ -151,6 +153,17 @@ Optional:
151
153
-**version** (String) (InfluxDB) InfluxQL or Flux.
152
154
-**workgroup** (String) (Athena) Workgroup to use.
0 commit comments