[DOCS] Refactor ingest pipeline docs#70253
Merged
jrodewig merged 5 commits intoelastic:masterfrom Mar 15, 2021
jrodewig:docs__refactor-pipeline-docs
Merged
[DOCS] Refactor ingest pipeline docs#70253jrodewig merged 5 commits intoelastic:masterfrom jrodewig:docs__refactor-pipeline-docs
jrodewig merged 5 commits intoelastic:masterfrom
jrodewig:docs__refactor-pipeline-docs
Conversation
Collaborator
|
Pinging @elastic/es-core-features (Team:Core/Features) |
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
jrodewig
commented
Mar 10, 2021
Comment on lines
+1
to
+2
| [[common-log-format-example]] | ||
| == Example: Parse logs in the Common Log Format |
Contributor
Author
There was a problem hiding this comment.
Note for reviewers:
I included this tutorial as it was part of the ingest node docs in Kibana. I plan to remove those Kibana docs when this is merged. However, I'm not 100% sure we need a long-form tutorial. Let me know your thoughts. I can easily remove it if wanted.
debadair
approved these changes
Mar 12, 2021
Contributor
debadair
left a comment
There was a problem hiding this comment.
This is a nice improvement. I think the long-form example is fine to keep around.
This was referenced Mar 15, 2021
jrodewig
added a commit
that referenced
this pull request
Mar 15, 2021
jrodewig
added a commit
that referenced
this pull request
Mar 15, 2021
jrodewig
added a commit
that referenced
this pull request
Mar 15, 2021
This was referenced Jul 23, 2021
jrodewig
pushed a commit
that referenced
this pull request
Jul 23, 2021
These docs were accidentally removed in #70253.
jrodewig
added a commit
that referenced
this pull request
Jul 23, 2021
jrodewig
added a commit
that referenced
this pull request
Jul 23, 2021
jrodewig
added a commit
that referenced
this pull request
Jul 23, 2021
jrodewig
added a commit
that referenced
this pull request
Jul 23, 2021
jrodewig
added a commit
that referenced
this pull request
Jul 23, 2021
ywangd
pushed a commit
to ywangd/elasticsearch
that referenced
this pull request
Jul 30, 2021
These docs were accidentally removed in elastic#70253.
This was referenced Oct 4, 2021
jrodewig
added a commit
to elastic/kibana
that referenced
this pull request
Oct 5, 2021
While Elasticsearch ingest pipelines require a node with the `ingest` role, we don't need to include `ingest node` in the feature name. There are no official plans, but the Elasticsearch team has discussed removing the `ingest` role in the future. This also better aligns the Kibana UI with the Elasticsearch docs. The PR also makes some related changes to the Kibana docs. Relates to elastic/elasticsearch#70253.
jrodewig
added a commit
to elastic/beats
that referenced
this pull request
Oct 5, 2021
## What does this PR do? Changes several 'ingest node' references in the docs to 'ingest pipeline.' ## Why is it important? While a node with the `ingest` role is required to use Elasticsearch ingest pipelines, we no longer include 'ingest node' in the feature name. There are no official plans, but the Elasticsearch team has discussed removing the `ingest` role in the future. ## Related issues - elastic/elasticsearch#70253 - elastic/elasticsearch#78633 Co-authored-by: dedemorton <dede.morton@elastic.co>
jrodewig
added a commit
to elastic/kibana
that referenced
this pull request
Oct 5, 2021
While Elasticsearch ingest pipelines require a node with the `ingest` role, we don't need to include `ingest node` in the feature name. There are no official plans, but the Elasticsearch team has discussed removing the `ingest` role in the future. This also better aligns the Kibana UI with the Elasticsearch docs. The PR also makes some related changes to the Kibana docs. Relates to elastic/elasticsearch#70253.
jrodewig
added a commit
to elastic/beats
that referenced
this pull request
Oct 6, 2021
Changes several 'ingest node' references in the docs to 'ingest pipeline.' While a node with the `ingest` role is required to use Elasticsearch ingest pipelines, we no longer include 'ingest node' in the feature name. There are no official plans, but the Elasticsearch team has discussed removing the `ingest` role in the future. - elastic/elasticsearch#70253 - elastic/elasticsearch#78633 Co-authored-by: dedemorton <dede.morton@elastic.co>
Icedroid
pushed a commit
to Icedroid/beats
that referenced
this pull request
Nov 1, 2021
## What does this PR do? Changes several 'ingest node' references in the docs to 'ingest pipeline.' ## Why is it important? While a node with the `ingest` role is required to use Elasticsearch ingest pipelines, we no longer include 'ingest node' in the feature name. There are no official plans, but the Elasticsearch team has discussed removing the `ingest` role in the future. ## Related issues - elastic/elasticsearch#70253 - elastic/elasticsearch#78633 Co-authored-by: dedemorton <dede.morton@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Streamlines most of the ingest pipeline docs to a single page.
Also migrates an example tutorial over from the Kibana docs. I plan to remove the Kibana docs once this is merged and published.
Previews