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: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,14 @@ For [geoserver_privileged_user_passwd.txt](secrets/geoserver_privileged_user_pas
164
164
165
165
Most changes will require a service restart, except maybe updating viewer contexts & addons (`F5` will do).
166
166
167
+
### Kibana
168
+
169
+
In order to have Kibana up and running, you will need to:
170
+
1. After Elasticsearch up and healthy, launch the command `docker compose exec -it elasticsearch bin/elasticsearch-reset-password -u kibana_system`. It will ask to fill a password for the `kibana_system` user.
171
+
2. Uncomment and fill this password into the `.envs-elastic` file.
172
+
3. Enable kibana server with `scale: 1` in `docker-compose.yml`.
173
+
4. Start Kibana with `docker compose up -d kibana`.
174
+
167
175
## Building
168
176
169
177
Images used in the current composition are pulled from docker hub, which means they've been compiled by [github actions](https://github.com/georchestra/georchestra/actions).
0 commit comments