Skip to content

Commit c37a795

Browse files
ldematteleemthompo
andauthored
Update docs/extend/creating-classic-plugins.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 18a5088 commit c37a795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/extend/creating-classic-plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ Allows code to access the filesystem, to read or write paths as specified by the
137137

138138
It is possible to specify 3 different types of file entitlement:
139139
- `path` to specify an absolute path
140-
- `relative_path` to specify a relative path. The path will be resolved via the `relative_to` field, which is used to qualify the relative path. It can be a specific {{es}} directory (`config` or `data`), or to the user home directory (`home`) (the home of the user running {{es}}). The `relative_to` field can have the following values:
140+
- `relative_path` to specify a relative path
141+
- Use the `relative_to` field to qualify the relative path. `relative_to` accepts the following options:
141142
- `config`: the {{es}} [config directory](https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html#config-files-location)
142143
- `data`: the {{es}} [data directory](https://www.elastic.co/guide/en/elasticsearch/reference/current/path-settings-overview.html)
143144
- `home`: the home directory of the user running {{es}}

0 commit comments

Comments
 (0)