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

[DOC] New file option for Clear Index Cache API #4092

Closed
1 of 4 tasks
kotwanikunal opened this issue May 16, 2023 · 1 comment · Fixed by #4132
Closed
1 of 4 tasks

[DOC] New file option for Clear Index Cache API #4092

kotwanikunal opened this issue May 16, 2023 · 1 comment · Fixed by #4132
Assignees
Labels
2 - In progress Issue/PR: The issue or PR is in progress. index-management Sev2 High-medium priority. Upcoming release or incorrect information. v2.8.0

Comments

@kotwanikunal
Copy link
Member

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.
A new option to clear filecache was added to the existing clear indices cache API (https://opensearch.org/docs/latest/api-reference/index-apis/clear-index-cache/)

Parameter: file
Type: Boolean
Description: If true, clears the unused entries from the filecache on search capable nodes. Defaults to false.

Sample Request:
POST http://localhost:9200/*/_cache/clear?file=true

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

@Naarcha-AWS Naarcha-AWS added 1 - Backlog Issue: The issue is unassigned or assigned but not started Sev2 High-medium priority. Upcoming release or incorrect information. index-management and removed untriaged labels May 17, 2023
@Naarcha-AWS Naarcha-AWS self-assigned this May 17, 2023
@Naarcha-AWS
Copy link
Collaborator

@Naarcha-AWS Naarcha-AWS assigned hdhalter and unassigned Naarcha-AWS May 19, 2023
@hdhalter hdhalter added 2 - In progress Issue/PR: The issue or PR is in progress. and removed 1 - Backlog Issue: The issue is unassigned or assigned but not started labels May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In progress Issue/PR: The issue or PR is in progress. index-management Sev2 High-medium priority. Upcoming release or incorrect information. v2.8.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants