Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain ISM + link #7787

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _im-plugin/refresh-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Refresh search analyzer

With ISM installed, you can refresh search analyzers in real time with the following API:
You can refresh search analyzers in real time with the following API. This requires the [Index State Management]({{site.url}}{{site.baseurl}}/im-plugin/ism/index) (ISM) plugin to be installed.

Check failure on line 13 in _im-plugin/refresh-analyzer.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.LinksEndSlash] Add a trailing slash to the link '({{site.url}}{{site.baseurl}}/im-plugin/ism/index)'. Raw Output: {"message": "[OpenSearch.LinksEndSlash] Add a trailing slash to the link '({{site.url}}{{site.baseurl}}/im-plugin/ism/index)'.", "location": {"path": "_im-plugin/refresh-analyzer.md", "range": {"start": {"line": 13, "column": 113}}}, "severity": "ERROR"}
kolchfa-aws marked this conversation as resolved.
Show resolved Hide resolved

```json
POST /_plugins/_refresh_search_analyzers/<index or alias or wildcard>
Expand Down
Loading