Skip to content

Commit 0a03795

Browse files
committed
Cleanup headings, pipelines section
1 parent 2bd76a7 commit 0a03795

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

solutions/search/ingest-for-search.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ Search use cases usually focus on general **content**, typically text-heavy data
2121

2222
Once you've decided how to [deploy Elastic](/deploy-manage/index.md), the next step is getting your content into {{es}}. Your choice of ingestion method depends on where your content lives and how you need to access it.
2323

24-
There are several methods to ingest data into {es} for search use cases. Choose one or more based on your requirements.
24+
There are several methods to ingest data into {{es}} for search use cases. Choose one or more based on your requirements.
2525

2626
::::{tip}
2727
If you just want to do a quick test, you can load [sample data](/manage-data/ingest/sample-data.md) into your {{es}} cluster using the UI.
2828
::::
2929

30-
## Ingest data using APIs [es-ingestion-overview-apis]
30+
## Use APIs [es-ingestion-overview-apis]
3131

3232
You can use the [`_bulk` API](https://www.elastic.co/docs/api/doc/elasticsearch/v8/group/endpoint-document) to add data to your {{es}} indices, using any HTTP client, including the [{{es}} client libraries](/solutions/search/site-or-app/clients.md).
3333

3434
While the {{es}} APIs can be used for any data type, Elastic provides specialized tools that optimize ingestion for specific use cases.
3535

36-
## Specialized tools [es-ingestion-overview-general-content]
36+
## Use specialized tools [es-ingestion-overview-general-content]
3737

3838
You can use these specialized tools to add general content to {{es}} indices.
3939

@@ -43,17 +43,8 @@ You can use these specialized tools to add general content to {{es}} indices.
4343
| [**Search connectors**]() | Third-party integrations to popular content sources like databases, cloud storage, and business applications | Choose from a range of Elastic-built connectors or build your own in Python using the Elastic connector framework|
4444
| [**File upload**](/manage-data/ingest/tools/upload-data-files.md)| One-off manual uploads through the UI | Useful for testing or very small-scale use cases, but not recommended for production workflows |
4545

46-
### (Optional) Content processing
46+
### Process data at ingest time
4747

48-
You can also transform and enrich your content at ingest time with ingest pipelines, or at query time with runtime fields. Choose the right approach based on your requirements:
48+
You can also transform and enrich your content at ingest time using [ingest pipelines](/manage-data/ingest/transform-enrich/ingest-pipelines.md).
4949

50-
| Processing Type | Description | Use cases |
51-
|----------------|-------------|------------|
52-
| **Ingest pipelines** | Choose from a range of built-in processors or create custom processors | Data enrichment, content extraction from PDFs, ML inference, custom business logic |
53-
| **Runtime fields** | Fields computed during query execution | Price calculation with current exchange rates, distance calculations, user-specific scoring |
54-
55-
You can manage ingest pipelines through Elasticsearch APIs or Kibana UIs.
56-
57-
::::{tip}
58-
The UI also has a set of tools for creating and managing indices optimized for search use cases. You can also manage your ingest pipelines in this UI. Learn more in [](search-pipelines.md)
59-
::::
50+
The Elastic UI has a set of tools for creating and managing indices optimized for search use cases. You can also manage your ingest pipelines in this UI. Learn more in [](search-pipelines.md).

0 commit comments

Comments
 (0)