Skip to content

Commit f41e2e6

Browse files
committed
reflect change of elastic client in GreedyBear docs
1 parent 645b3ee commit f41e2e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/GreedyBear/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ In the `env_file`, configure different variables as explained below.
7878
- `DEFAULT_SLACK_CHANNEL`: ID of the Slack channel you want to post the message to
7979

8080
## ElasticSearch compatibility.
81-
Greedybear leverages a [python client](https://elasticsearch-dsl.readthedocs.io/en/latest/) for interacting with ElasticSearch which requires to be at the exact major version of the related T-POT ElasticSearch instance.
81+
Greedybear leverages a [python client](https://elasticsearch-py.readthedocs.io/en/v8.19.1/) for interacting with ElasticSearch which requires to be at the exact major version of the related T-POT ElasticSearch instance.
8282
This means that there could problems if those versions do not match.
8383

84-
The actual version of the client installed is the 8.15.0 which allows to run TPOT version from 22.04.0 to 24.04.0 without any problems (and some later ones...we regularly check T-POT releases but we could miss one or two here.)
84+
The current version of the client installed is the 8.19.1 which allows to run TPOT version from 22.04.0 to 24.04.1 without any problems (and some later ones...we regularly check T-POT releases but we could miss one or two here.)
8585

86-
If you want to have compatibility with previous versions, you need to change the `elasticsearch-dsl` version [here](https://github.com/intelowlproject/GreedyBear/blob/main/requirements/project-requirements.txt) and [re-build](https://intelowlproject.github.io/docs/GreedyBear/Installation/#rebuilding-the-project-creating-custom-docker-build) locally the project.
86+
If you want to have compatibility with previous versions, you need to change the `elasticsearch8` version [here](https://github.com/intelowlproject/GreedyBear/blob/main/requirements/project-requirements.txt) and [re-build](https://intelowlproject.github.io/docs/GreedyBear/Installation/#rebuilding-the-project-creating-custom-docker-build) locally the project.
8787

8888
## Update and Re-build
8989

0 commit comments

Comments
 (0)