Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
  • Loading branch information
Naarcha-AWS and natebower authored Sep 16, 2024
1 parent fffdd84 commit 5ab0bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _im-plugin/index-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use the `context` setting with the Index API to add use-case-specific context.
Consider the following when using the `context` parameter during index creation:

1. If you use the `context` parameter to create an index, you cannot include any settings declared in the index context during index creation or dynamic settings updates.
2. Context becomes permanent when set on an index or index-template.
2. The index context becomes permanent when set on an index or index template.

When you adhere to these limitations, suggested configurations or mappings are uniformly applied on indexed data within the specified context.

Expand Down Expand Up @@ -106,7 +106,7 @@ GET /my-metrics-index
```


#### Create an index templates
#### Create an index template

You can also use the `context` parameter when creating an index template. The following example request creates an index template with the context information as `logs`:

Expand Down

0 comments on commit 5ab0bff

Please sign in to comment.