Skip to content

Commit

Permalink
opensearch: remove lang-python also from elasticsearch (platformsh#4120)
Browse files Browse the repository at this point in the history
* opensearch: remove lang-python also from elasticsearch

the plugin is obsolete for some time now

* Update upsun/elasticsearch.md

---------

Co-authored-by: Chad Carlson <[email protected]>
  • Loading branch information
spk and chadwcarlson authored Jul 19, 2024
1 parent bdbed25 commit af7c3c0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion sites/platform/src/add-services/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ elasticsearch:
configuration:
plugins:
- analysis-icu
- lang-python
```

If you're using a [premium version](#supported-versions),
Expand Down
1 change: 0 additions & 1 deletion sites/platform/src/add-services/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ opensearch:
configuration:
plugins:
- analysis-icu
- lang-python
```

In this example you'd have the ICU analysis plugin and the size mapper plugin.
Expand Down
1 change: 0 additions & 1 deletion sites/upsun/src/add-services/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ To enable them, list them under the `configuration.plugins` key in your `{{< ven
configuration:
plugins:
- analysis-icu
- lang-python
{{% /snippet %}}
```

Expand Down
1 change: 0 additions & 1 deletion sites/upsun/src/add-services/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ services:
configuration:
plugins:
- analysis-icu
- lang-python
```

In this example you'd have the ICU analysis plugin and the size mapper plugin.
Expand Down

0 comments on commit af7c3c0

Please sign in to comment.