Skip to content

Commit

Permalink
Merge branch 'opensearch-panels' of 'https://github.com/jjmerchante/g…
Browse files Browse the repository at this point in the history
…rimoirelab'

Merges #674
Closes #674
  • Loading branch information
sduenas authored Jun 12, 2024
2 parents 2ee6abd + 2f2a448 commit 093fe9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ foo@bar:~/grimoirelab/docker-compose$ docker-compose up -d

Your dashboard will be ready after a while at `http://localhost:8000`. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.

More details in the [docker-compose folder](./docker-compose/README.md).
More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).

## Using `docker run`

Expand Down
13 changes: 12 additions & 1 deletion docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ asked to log in:
* User: `admin`
* Password: `admin`

This version doesn't come with visualizations. You need to manually import the dashboards
from [Sigils repository](https://github.com/chaoss/grimoirelab-sigils/tree/master/panels/json/opensearch_dashboards)
or create your own.

For more information related with OpenSearch: https://opensearch.org/docs/latest/


Expand All @@ -135,7 +139,14 @@ For more information related with OpenSearch: https://opensearch.org/docs/latest

## Common questions

**How to stop and restart deployed software infrastructure?**
### ElasticSearch container won't start up on Mac

Running the default `docker-compose.yml` in Mac caused issues with the provided
versions of Elasticsearch and Kibana. To resolve these problems, please use
the [OpenSearch version](#opensearch).


### How to stop and restart deployed software infrastructure?

There might be 2 potential scenarios:

Expand Down

0 comments on commit 093fe9b

Please sign in to comment.