Skip to content

Commit b77d557

Browse files
Update docs/user/ppl/functions/ip.rst
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Andy Kwok <[email protected]>
1 parent 11abfd6 commit b77d557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/ppl/functions/ip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Example:
6565
Note:
6666
- `dataSourceName` must be an established dataSource on OpenSearch GeoSpatial plugin, detail of configuration can be found: https://opensearch.org/docs/latest/ingest-pipelines/processors/ip2geo/
6767
- `ip` can be an IPv4 or an IPv6 address
68-
- `options` is a comma separated String of fields to output: the selection of fields is subject to dataSourceProvider's schema. For example, the list of fields in the provided `geolite2-city` dataset includes: "country_iso_code", "country_name", "continent_name", "region_iso_code", "region_name", "city_name", "time_zone", "location"
68+
- `options` is an optional String of comma separated fields to output: the selection of fields is subject to dataSourceProvider's schema. For example, the list of fields in the provided `geolite2-city` dataset includes: "country_iso_code", "country_name", "continent_name", "region_iso_code", "region_name", "city_name", "time_zone", "location"
6969

0 commit comments

Comments
 (0)