elasticsearch/docs/reference
Iván Cea Fontenla f16f71e2a2
ESQL: Add ip_prefix function (#109070)
Added ESQL function to get the prefix of an IP. It works now with both
IPv4 and IPv6. For users planning to use it with mixed IPs, we may need
to add a function like "is_ipv4()" first.

**About the skipped test:** There's currently a "bug" in the
evaluators//functions that return null. Evaluators can't handle them.
We'll work on support for that in another PR. It affects other
functions, like `substring()`. In this function, however, it only
affects in "wrong" cases (Like an invalid prefix), so it has no impact.

Fixes https://github.com/elastic/elasticsearch/issues/99064
2024-05-29 10:23:45 -04:00
..
aggregations [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
analysis Fix line break in "The QUICK brown foxes jumped over the dog!" (#107718) 2024-04-22 16:45:36 -04:00
autoscaling Expose ?master_timeout in autoscaling APIs (#108759) 2024-05-21 04:24:08 -04:00
behavioral-analytics/apis [DOCS] Update links to migrating Search docs (#100237) 2023-10-09 17:11:39 -04:00
cat [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
ccr [Doc+] Add Secure Connection to Setup CCR Tutorial (#103237) 2024-05-03 09:13:42 +02:00
cluster (DOC +) Add resolutions to Allocation Explain examples (#108263) 2024-05-22 14:39:27 -06:00
commands Add elasticsearch- prefix to CLI tool docs (#101626) 2023-10-31 13:27:03 -04:00
connector/apis [Connecor API] Add references to tutorial in docs (#109099) 2024-05-29 11:48:58 +02:00
data-management [DOC] auto migrate only for default template (#82043) 2022-05-10 11:35:19 -04:00
data-streams [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
docs [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
eql [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
esql ESQL: Add ip_prefix function (#109070) 2024-05-29 10:23:45 -04:00
features/apis Fix typo (#91894) 2022-11-24 14:40:43 +01:00
fleet [Fleet] Fix Fleet API docs (#97981) 2023-07-27 17:22:44 +02:00
graph Fix a couple of docs typos (#99028) 2023-08-30 09:01:34 -04:00
health [DOCS] Documents param for Health API. (#108296) 2024-05-06 12:23:17 +02:00
high-availability [DOCS] Add API example + diagrams to shard allocation awareness docs (#108390) 2024-05-08 12:52:50 -04:00
how-to [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
ilm [DOCS] Reinforce connection between rollover and index age (#108588) 2024-05-17 12:52:42 -04:00
images [DOCS] Update Using ESQL in Kibana doc (#108715) 2024-05-17 12:36:04 +02:00
index-modules [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
indices Use unique index patterns in template tests (#108946) 2024-05-23 20:22:58 +02:00
inference [Inference API] Add Google AI Studio completion docs (#109089) 2024-05-28 15:21:33 +02:00
ingest Add continent_code support to the geoip processor (#108780) 2024-05-17 11:48:23 -04:00
licensing [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
mapping Enable fallback synthetic source for token_count (#109044) 2024-05-27 10:22:59 -07:00
migration Bump to version 8.15.0 2024-04-17 17:04:59 +00:00
ml [ML] GA the update trained model action (#108868) 2024-05-22 13:30:25 +01:00
modules (+Doc) link split-brain wiki from quorom decision making (#108915) 2024-05-22 13:22:03 -06:00
monitoring Remove Functionbeat from 'How monitoring works' page (#101889) 2023-11-07 15:06:05 -05:00
query-dsl [DOCS] Fixes sparse vector query docs. (#109153) 2024-05-29 14:56:59 +02:00
query-rules/apis [Query Rules] Add some usability clarifications to docs (#102990) 2023-12-06 17:16:56 -05:00
quickstart [DOCS] Update run-elasticsearch-locally.asciidoc (#108545) 2024-05-13 10:55:39 +02:00
release-notes Forward port release notes for v8.13.3 (#108256) 2024-05-06 07:44:48 +02:00
repositories-metering-api [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
rest-api remote_cluster role documentation and expose to built in privs API (#108840) 2024-05-28 13:51:21 -05:00
rollup Disallow new rollup jobs in clusters with no rollup usage. (#108624) 2024-05-21 09:38:10 +02:00
scripting [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
search [DOCS] Update CCS matrix for 8.14 (#109142) 2024-05-29 14:00:19 +02:00
search-application/apis Allow typed_keys for search application Search API (#108007) 2024-04-30 11:31:45 +02:00
searchable-snapshots Update searchable snapshot reliability docs (#108750) 2024-05-17 13:40:11 +01:00
security remote_cluster role documentation and expose to built in privs API (#108840) 2024-05-28 13:51:21 -05:00
settings [ML] Inference document configurable settings (#108273) 2024-05-07 10:19:08 -04:00
setup [DOCS] Add local dev setup instructions (#107913) 2024-05-07 18:10:48 +02:00
shutdown/apis [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
slm/apis [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
snapshot-restore [DOCS] Align docs to implementation for timeout parameters (#108593) 2024-05-16 13:05:39 +10:00
sql Remove x-pack references from SQL docs (#107584) 2024-04-18 14:32:44 -04:00
synonyms/apis Add docs note for limits on synonyms (#108967) 2024-05-24 19:02:00 +02:00
tab-widgets Add Docs for Azure AI Studio Support for the Inference API (#108737) 2024-05-17 10:35:43 -04:00
text-structure/apis [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
transform [DOCS] updates transforms at scale doc with date rounding. (#109073) 2024-05-27 16:34:01 +02:00
troubleshooting Clarify that red/yellow health must be addressed (#109090) 2024-05-28 11:43:54 -04:00
upgrade Docs for snapshots as simple archives (#86261) 2022-05-30 13:23:53 +02:00
vectors [DOCS] Warn about calling vector functions repeatedly (#91864) 2022-12-12 09:43:46 +01:00
watcher Fix default search timeout in watcher docs (#106404) 2024-03-19 19:45:04 +01:00
aggregations.asciidoc Convert bucket aggs docs to runtime fields (#71202) 2021-04-02 12:12:06 -04:00
alias.asciidoc Mention alias filters don't apply for get-by-id in docs (#108433) 2024-05-08 15:28:25 -06:00
analysis.asciidoc Update Lucene analysis base url (#84094) 2022-02-17 12:44:12 +01:00
api-conventions.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
cat.asciidoc Add 'dataset' size to cat indices and cat shards (#98622) 2023-08-22 15:36:32 -06:00
cluster.asciidoc Fix voting_only:true in node spec docs (#99099) 2023-08-31 17:41:50 +01:00
data-management.asciidoc [DOCS] Update tech preview copy (#101606) 2023-10-31 10:31:07 -04:00
data-rollup-transform.asciidoc [DOCS] Deprecate rollups (#101265) 2023-10-25 16:52:25 -04:00
datatiers.asciidoc [+Doc] Troubleshooting / Hot Spotting (#95429) 2023-04-26 12:29:47 -06:00
dependencies-versions.asciidoc [DOCS] Replace dependencies list with a link. Closes #84863 (#90694) 2022-11-09 14:37:55 -08:00
docs.asciidoc [DOCS] Update single index APIs reference (#73103) 2021-05-14 11:53:34 -04:00
geospatial-analysis.asciidoc Add Geospatial analysis overview documentation (#94486) 2023-03-20 10:01:13 -06:00
gs-index.asciidoc
high-availability.asciidoc [DOCS] Overhaul snapshot and restore docs (#79081) 2021-11-15 12:45:07 -05:00
how-to.asciidoc Add guide for tuning kNN search (#89782) 2022-10-12 14:53:53 -07:00
index-modules.asciidoc Clarify closed index setting warning (#106888) 2024-04-03 09:48:31 -04:00
index.asciidoc [DOCS] Add local dev setup instructions (#107913) 2024-05-07 18:10:48 +02:00
index.x.asciidoc
indices.asciidoc Resolve Cluster API (#102726) 2024-02-08 10:50:05 -05:00
ingest.asciidoc [DOCS] [Enterprise Search] Migrate ingest pipelines/ML docs (#101156) 2023-10-25 17:17:24 +02:00
intro.asciidoc Update intro.asciidoc (#102549) (#102626) 2023-11-27 05:01:03 -05:00
landing-page.asciidoc [DOCS] Promote webinar on Elasticsearch docs landing (#105594) 2024-02-19 08:53:18 +01:00
links.asciidoc [DOCS] Rename ES Reference to ES Guide (#71198) 2021-04-01 15:38:41 -04:00
mapping.asciidoc Minor revision missed in merge. (#67282) 2021-01-11 13:50:06 -05:00
query-dsl.asciidoc Add sparse_vector query (#108254) 2024-05-22 17:06:57 -04:00
redirects.asciidoc [DOCS] Add ES quickstart (#102226) 2023-11-24 15:27:41 +01:00
release-notes.asciidoc Forward port release notes for v8.13.3 (#108256) 2024-05-06 07:44:48 +02:00
scripting.asciidoc [DOCS] Add documentation for Painless field API (#83388) 2022-02-03 15:15:38 -05:00
search.asciidoc Add retrievers using the parser-only approach (#105470) 2024-03-12 10:11:55 -07:00
setup.asciidoc [DOCS] Add local dev setup instructions (#107913) 2024-05-07 18:10:48 +02:00
troubleshooting.asciidoc (Doc+) Capture Elasticsearch diagnostic (#108259) 2024-05-09 10:27:19 -06:00
upgrade.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00