Skip to content

Commit ecb7c72

Browse files
committed
updated Elastic doc
1 parent 1901d0c commit ecb7c72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/IntelOwl/advanced_configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Right now only ElasticSearch v8 is supported.
1111
### Configuration
1212
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.
1313

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

2021
#### Example Configuration
2122

22-
* Use external instance: In this case it's enough to set the `ELASTIC_HOST` with the URL of the external instance.
23+
* 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.
2324
* 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`.
2425

2526
### Data Search

0 commit comments

Comments
 (0)