Skip to content

Commit 18a5088

Browse files
committed
Small fix on relative_path docs
1 parent 7b5e92f commit 18a5088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/extend/creating-classic-plugins.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ 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}})
141-
- `relative_path` to specify a path resolved via the `relative_to` field, which can have the following values:
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:
142141
- `config`: the {{es}} [config directory](https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html#config-files-location)
143142
- `data`: the {{es}} [data directory](https://www.elastic.co/guide/en/elasticsearch/reference/current/path-settings-overview.html)
144143
- `home`: the home directory of the user running {{es}}

0 commit comments

Comments
 (0)