Skip to content

Commit

Permalink
updated Elastic doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Nov 5, 2024
1 parent 1901d0c commit ecb7c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/IntelOwl/advanced_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Right now only ElasticSearch v8 is supported.
### Configuration
In the `env_file_app_template`, you'd see various elasticsearch related environment variables. The user should spin their own Elastic Search instance and configure these variables.

* ELASTIC_DSL_ENABLED: Enable the ElasticSearch integration to perform advanced searches.
* ELASTIC_HOST: URL of the Elasticsearch instance.
* ELASTIC_PASSWORD: (optional) Password of the "elastic" user. This can be empty in case of external services with credentials in the url.
* ELASTICSEARCH_BI_ENABLED: Use the Business Intelligence feature.
Expand All @@ -19,7 +20,7 @@ In the `env_file_app_template`, you'd see various elasticsearch related environm

#### Example Configuration

* Use external instance: In this case it's enough to set the `ELASTIC_HOST` with the URL of the external instance.
* Use external instance: In this case it's enough to set the `ELASTIC_DSL_ENABLED` to `True` and `ELASTIC_HOST` with the URL of the external instance.
* Use docker instance: With the `--elastic` option you can run a container based Elasticsearch instance. In this case the `ELASTIC_HOST` must be set to https://elasticsearch:9200. Configure also `ELASTIC_PASSWORD`.

### Data Search
Expand Down

0 comments on commit ecb7c72

Please sign in to comment.