Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ docs/reference/elasticsearch/rest-apis @elastic/developer-docs
docs/reference/elasticsearch/elasticsearch-audit-events.md @elastic/admin-docs
docs/reference/elasticsearch/jvm-settings.md @elastic/admin-docs
docs/reference/elasticsearch/roles.md @elastic/admin-docs
docs/reference/enrich-processor @elastic/admin-docs
docs/reference/ingest-processor @elastic/admin-docs
docs/reference/query-languages @elastic/developer-docs
docs/reference/scripting-languages @elastic/admin-docs
docs/reference/search-connectors @elastic/developer-docs
Expand Down
51 changes: 51 additions & 0 deletions docs/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,3 +600,54 @@ redirects:
many:
- to: 'reference/query-languages/esql/functions-operators/search-functions.md'
anchors: { 'esql-limitations-text-fields' }

# Related to https://github.com/elastic/docs-content/issues/1171
'reference/enrich-processor/index.md': 'reference/ingest-processor/index.md'
'reference/enrich-processor/append-processor.md': 'reference/ingest-processor/append-processor.md'
'reference/enrich-processor/attachment.md': 'reference/ingest-processor/attachment.md'
'reference/enrich-processor/bytes-processor.md': 'reference/ingest-processor/bytes-processor.md'
'reference/enrich-processor/cef-processor.md': 'reference/ingest-processor/cef-processor.md'
'reference/enrich-processor/community-id-processor.md': 'reference/ingest-processor/community-id-processor.md'
'reference/enrich-processor/convert-processor.md': 'reference/ingest-processor/convert-processor.md'
'reference/enrich-processor/csv-processor.md': 'reference/ingest-processor/csv-processor.md'
'reference/enrich-processor/date-index-name-processor.md': 'reference/ingest-processor/date-index-name-processor.md'
'reference/enrich-processor/date-processor.md': 'reference/ingest-processor/date-processor.md'
'reference/enrich-processor/dissect-processor.md': 'reference/ingest-processor/dissect-processor.md'
'reference/enrich-processor/dot-expand-processor.md': 'reference/ingest-processor/dot-expand-processor.md'
'reference/enrich-processor/drop-processor.md': 'reference/ingest-processor/drop-processor.md'
'reference/enrich-processor/enrich-processor.md': 'reference/ingest-processor/enrich-processor.md'
'reference/enrich-processor/fail-processor.md': 'reference/ingest-processor/fail-processor.md'
'reference/enrich-processor/fingerprint-processor.md': 'reference/ingest-processor/fingerprint-processor.md'
'reference/enrich-processor/foreach-processor.md': 'reference/ingest-processor/foreach-processor.md'
'reference/enrich-processor/geoip-processor.md': 'reference/ingest-processor/geoip-processor.md'
'reference/enrich-processor/grok-processor.md': 'reference/ingest-processor/grok-processor.md'
'reference/enrich-processor/gsub-processor.md': 'reference/ingest-processor/gsub-processor.md'
'reference/enrich-processor/htmlstrip-processor.md': 'reference/ingest-processor/htmlstrip-processor.md'
'reference/enrich-processor/inference-processor.md': 'reference/ingest-processor/inference-processor.md'
'reference/enrich-processor/ingest-circle-processor.md': 'reference/ingest-processor/ingest-circle-processor.md'
'reference/enrich-processor/ingest-geo-grid-processor.md': 'reference/ingest-processor/ingest-geo-grid-processor.md'
'reference/enrich-processor/ingest-node-set-security-user-processor.md': 'reference/ingest-processor/ingest-node-set-security-user-processor.md'
'reference/enrich-processor/ip-location-processor.md': 'reference/ingest-processor/ip-location-processor.md'
'reference/enrich-processor/join-processor.md': 'reference/ingest-processor/join-processor.md'
'reference/enrich-processor/json-processor.md': 'reference/ingest-processor/json-processor.md'
'reference/enrich-processor/kv-processor.md': 'reference/ingest-processor/kv-processor.md'
'reference/enrich-processor/lowercase-processor.md': 'reference/ingest-processor/lowercase-processor.md'
'reference/enrich-processor/network-direction-processor.md': 'reference/ingest-processor/network-direction-processor.md'
'reference/enrich-processor/normalize-for-stream.md': 'reference/ingest-processor/normalize-for-stream.md'
'reference/enrich-processor/pipeline-processor.md': 'reference/ingest-processor/pipeline-processor.md'
'reference/enrich-processor/recover-failure-document-processor.md': 'reference/ingest-processor/recover-failure-document-processor.md'
'reference/enrich-processor/redact-processor.md': 'reference/ingest-processor/redact-processor.md'
'reference/enrich-processor/registered-domain-processor.md': 'reference/ingest-processor/registered-domain-processor.md'
'reference/enrich-processor/remove-processor.md': 'reference/ingest-processor/remove-processor.md'
'reference/enrich-processor/rename-processor.md': 'reference/ingest-processor/rename-processor.md'
'reference/enrich-processor/reroute-processor.md': 'reference/ingest-processor/reroute-processor.md'
'reference/enrich-processor/script-processor.md': 'reference/ingest-processor/script-processor.md'
'reference/enrich-processor/set-processor.md': 'reference/ingest-processor/set-processor.md'
'reference/enrich-processor/sort-processor.md': 'reference/ingest-processor/sort-processor.md'
'reference/enrich-processor/split-processor.md': 'reference/ingest-processor/split-processor.md'
'reference/enrich-processor/terminate-processor.md': 'reference/ingest-processor/terminate-processor.md'
'reference/enrich-processor/trim-processor.md': 'reference/ingest-processor/trim-processor.md'
'reference/enrich-processor/uppercase-processor.md': 'reference/ingest-processor/uppercase-processor.md'
'reference/enrich-processor/uri-parts-processor.md': 'reference/ingest-processor/uri-parts-processor.md'
'reference/enrich-processor/urldecode-processor.md': 'reference/ingest-processor/urldecode-processor.md'
'reference/enrich-processor/user-agent-processor.md': 'reference/ingest-processor/user-agent-processor.md'
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The response for the above aggregation:

## Cartesian Centroid Aggregation on `shape` fields [cartesian-centroid-aggregation-geo-shape]

The centroid metric for shapes is more nuanced than for points. The centroid of a specific aggregation bucket containing shapes is the centroid of the highest-dimensionality shape type in the bucket. For example, if a bucket contains shapes consisting of polygons and lines, then the lines do not contribute to the centroid metric. Each type of shape’s centroid is calculated differently. Envelopes and circles ingested via the [Circle](/reference/enrich-processor/ingest-circle-processor.md) are treated as polygons.
The centroid metric for shapes is more nuanced than for points. The centroid of a specific aggregation bucket containing shapes is the centroid of the highest-dimensionality shape type in the bucket. For example, if a bucket contains shapes consisting of polygons and lines, then the lines do not contribute to the centroid metric. Each type of shape’s centroid is calculated differently. Envelopes and circles ingested via the [Circle](/reference/ingest-processor/ingest-circle-processor.md) are treated as polygons.

| Geometry Type | Centroid Calculation |
| --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The response for the above aggregation:

## Geo Centroid Aggregation on `geo_shape` fields [geocentroid-aggregation-geo-shape]

The centroid metric for geoshapes is more nuanced than for points. The centroid of a specific aggregation bucket containing shapes is the centroid of the highest-dimensionality shape type in the bucket. For example, if a bucket contains shapes comprising of polygons and lines, then the lines do not contribute to the centroid metric. Each type of shape’s centroid is calculated differently. Envelopes and circles ingested via the [Circle](/reference/enrich-processor/ingest-circle-processor.md) are treated as polygons.
The centroid metric for geoshapes is more nuanced than for points. The centroid of a specific aggregation bucket containing shapes is the centroid of the highest-dimensionality shape type in the bucket. For example, if a bucket contains shapes comprising of polygons and lines, then the lines do not contribute to the centroid metric. Each type of shape’s centroid is calculated differently. Envelopes and circles ingested via the [Circle](/reference/ingest-processor/ingest-circle-processor.md) are treated as polygons.

| Geometry Type | Centroid Calculation |
| --- | --- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ POST /example/_doc

#### Circle [_circle]

Neither GeoJSON nor WKT supports a point-radius circle type. Instead, use a [circle ingest processor](/reference/enrich-processor/ingest-circle-processor.md) to approximate the circle as a [`polygon`](#geo-polygon).
Neither GeoJSON nor WKT supports a point-radius circle type. Instead, use a [circle ingest processor](/reference/ingest-processor/ingest-circle-processor.md) to approximate the circle as a [`polygon`](#geo-polygon).


### Sorting and Retrieving index Shapes [_sorting_and_retrieving_index_shapes]
Expand Down
62 changes: 0 additions & 62 deletions docs/reference/enrich-processor/append-processor.md

This file was deleted.

Loading
Loading