Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug an ingest node pipeline using an indexed document #74796

Closed
cjcenizal opened this issue Aug 11, 2020 · 1 comment · Fixed by #77939
Closed

Debug an ingest node pipeline using an indexed document #74796

cjcenizal opened this issue Aug 11, 2020 · 1 comment · Fixed by #77939
Labels
enhancement New value added to drive a business result Feature:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@cjcenizal
Copy link
Contributor

Per discussion with @alisonelizabeth and @jethr0null, we can provide a UI in the ingest node pipeline wizard that lets the user specify an index name and document ID, for selecting a document to test against the pipeline they're building. Some ideas for requirements:

  • Cross-link to Discover. Kibana already provides tools for finding documents, so we'll want to point the user to those tools if they don't already know the document they want to use. We can provide some help text explaining what Discover is used for and offer a cross-link to it.
  • Easy copy-pasting. If users are coming back to this UI from Discover or from Console, what's the easiest way for them to transfer the index name and document ID into this UI? Would they want to paste something in the form of <index>/_type/<doc_id>? Something else?
  • Document preview. Users will want to verify that the document they've selected is indeed the one they want. Should we show them JSON? Tabular data, like in Discover? Cross-link back to the document in Discover?
@cjcenizal cjcenizal added enhancement New value added to drive a business result Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Ingest Node Pipelines Ingest node pipelines management labels Aug 11, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Ingest Node Pipelines Ingest node pipelines management Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants