Skip to content
Snippets Groups Projects
Commit 2aefcd37 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-1026' into 'master'

L2SS-1026: Fix readme urls and elastic search documentation

Closes L2SS-1026

See merge request !462
parents 06183577 04da0e6c
No related branches found
No related tags found
1 merge request!462L2SS-1026: Fix readme urls and elastic search documentation
...@@ -71,8 +71,17 @@ them down (`make stop <container>`). ...@@ -71,8 +71,17 @@ them down (`make stop <container>`).
Most notably, you will have web interfaces available at: Most notably, you will have web interfaces available at:
- http://localhost:8888 (Jupyter Notebook) - http://localhost:8888 (Jupyter Notebook)
- http://localhost:5601 (ElasticSearch)
- http://localhost:3000 (Grafana). - http://localhost:3000 (Grafana).
To create the appropriate indexes for ElasticSearch the following needs to be
executed once while ElasticSearch is running:
```sh
cd docker-compose/elk
curl -X POST http://localhost:5601/api/saved_objects/_import -H "kbn-xsrf: true" --form file=@kibana/default-objects.ndjson
```
# Development # Development
For development you will need several dependencies including: For development you will need several dependencies including:
...@@ -96,7 +105,7 @@ reserved. To do this please follow [semantic versioning](https://semver.org/). ...@@ -96,7 +105,7 @@ reserved. To do this please follow [semantic versioning](https://semver.org/).
Next change the version in the following places: Next change the version in the following places:
1. The [VERSION](VERSION) file. 1. The [VERSION](tangostationcontrol/VERSION) file.
2. In [test_writer_sst.py](tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py) 2. In [test_writer_sst.py](tangostationcontrol/tangostationcontrol/integration_test/default/statistics/test_writer_sst.py)
for the `test_header_info` test. for the `test_header_info` test.
3. Add a [Release note](#release-notes) for the given version. 3. Add a [Release note](#release-notes) for the given version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment