fixing rendering issues on table updates (#6603)
Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
This commit is contained in:
parent
254e099a2f
commit
bfed90f699
|
@ -381,8 +381,9 @@ See [Index templates]({{site.url}}{{site.baseurl}}/im-plugin/index-templates/).
|
|||
These permissions apply to an index or index pattern. You might want a user to have read access to all indexes (that is, `*`), but write access to only a few (for example, `web-logs` and `product-catalog`).
|
||||
|
||||
<!-- vale off -->
|
||||
| Permission | Description |
|
||||
| --- | --- |
|
||||
|
||||
| **Permission** | **Description** |
|
||||
| :--- | :--- |
|
||||
| `indices:admin/aliases` | Permissions for [index aliases]({{site.url}}{{site.baseurl}}/im-plugin/index-alias/). |
|
||||
| `indices:admin/aliases/get` | Permission to get [index aliases]({{site.url}}{{site.baseurl}}/im-plugin/index-alias/). |
|
||||
| `indices:admin/analyze` | Permission to use the [Analyze API]({{site.url}}{{site.baseurl}}/api-reference/analyze-apis/). |
|
||||
|
@ -437,7 +438,7 @@ These permissions apply to an index or index pattern. You might want a user to h
|
|||
| `indices:data/read/plugins/replication/changes` | Permission to make changes to segment replication settings. |
|
||||
| `indices:data/read/scroll` | Permission to scroll data. |
|
||||
| `indices:data/read/scroll/clear` | Permission to clear read scroll data. |
|
||||
| `indices:data/read/search` | Permission to [search]({{site.url}}{{site.baseurl}}/api-reference/search/) data.|
|
||||
| `indices:data/read/search` | Permission to [search]({{site.url}}{{site.baseurl}}/api-reference/search/) data. |
|
||||
| `indices:data/read/search*` | Permission to search data. |
|
||||
| `indices:data/read/search/template` | Permission to read a search template. |
|
||||
| `indices:data/read/tv` | Permission to retrieve information and statistics for terms in the fields of a particular document. |
|
||||
|
@ -445,8 +446,8 @@ These permissions apply to an index or index pattern. You might want a user to h
|
|||
| `indices:data/write/bulk*` | Permission to run a bulk request. |
|
||||
| `indices:data/write/delete` | Permission to [delete documents]({{site.url}}{{site.baseurl}}/api-reference/document-apis/delete-document/). |
|
||||
| `indices:data/write/delete/byquery` | Permission to delete all documents that [match a query]({{site.url}}{{site.baseurl}}/api-reference/document-apis/delete-by-query/). |
|
||||
| `indices:data/write/plugins/replication/changes` | |
|
||||
| `indices:data/write/index` | Permission to add documents to existing indexes. See also [Index document]( {{site.url}}{{site.baseurl}}/api-reference/document-apis/index-document/ ) |
|
||||
| `indices:data/write/plugins/replication/changes` | Permission to make changes to data replication configurations and settings within indices. |
|
||||
| `indices:data/write/index` | Permission to add documents to existing indexes. See also [Index document]( {{site.url}}{{site.baseurl}}/api-reference/document-apis/index-document/ ). |
|
||||
| `indices:data/write/reindex` | Permission to run a [reindex]({{site.url}}{{site.baseurl}}/im-plugin/reindex-data/). |
|
||||
| `indices:data/write/update` | Permission to update an index. |
|
||||
| `indices:data/write/update/byquery` | Permission to run the script to update all of the documents that [match the query]({{site.url}}{{site.baseurl}}/api-reference/document-apis/update-by-query/). |
|
||||
|
@ -457,6 +458,7 @@ These permissions apply to an index or index pattern. You might want a user to h
|
|||
| `indices:monitor/shard_stores` | Permission to access shard store stats. |
|
||||
| `indices:monitor/stats` | Permission to access monitoring stats. |
|
||||
| `indices:monitor/upgrade` | Permission to access upgrade stats. |
|
||||
|
||||
<!-- vale on -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue