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
The port can be controlled with the `grafana_port` variable.
99
+
If Open Ondemand is enabled then by default this is used to proxy Grafana, otherwise Grafana is accessed through the first . See `grafana_url` in [environments/common/inventory/group_vars/all/grafana.yml](../environments/common/inventory/group_vars/all/grafana.yml). The port used (variable `grafana_port`) defaults to `3000`.
105
100
106
101
The default credentials for the admin user are:
107
102
@@ -112,7 +107,7 @@ Where `vault_grafana_admin_password` is a variable containing the actual passwor
112
107
113
108
### grafana dashboards
114
109
115
-
The appliance ships with a default set of dashboards. The set of dashboards can be configured via the `grafana_dashboards` variable. The dashboards are published to grafana.com and are referenced by URL.
110
+
The appliance ships with a default set of dashboards. The set of dashboards can be configured via the `grafana_dashboards` variable. The dashboards are either internal to the [grafana-dashboards role](../ansible/roles/grafana-dashboards/files/) or downloaded from grafana.com.
116
111
117
112
#### node exporter
118
113
@@ -160,33 +155,33 @@ The default configuration configures the following datasources:
160
155
161
156
This can be customised with the `grafana_datasources` variable.
162
157
163
-
## opendistro
158
+
## opensearch
164
159
165
-
This section details the configuration of Open Distro.
160
+
This section details the configuration of OpenSearch.
166
161
167
162
### Defaults
168
163
169
-
The internal `opendistro` role is ued to configure the service. The list of variables that can be customised can found in:
164
+
The internal `opensearch` role is ued to configure the service. The list of variables that can be customised can found in:
The `opendistro` group determines the placement of the opendistro service. Load balancing is currently unsupported so it is important that you only assign one host to this group.
174
+
The `opensearch` group determines the placement of the OpenSearch service. Load balancing is currently unsupported so it is important that you only assign one host to this group.
180
175
181
176
### Access
182
177
183
-
By default opendistro only listens on the loopback interface. It should therefore be placed on the same node as `filebeat` which needs to access the opendistro API.
178
+
By default, OpenSearch only listens on the loopback interface. It should therefore be placed on the same node as `filebeat`and `grafana`which need to access the OpenSearch API.
0 commit comments