3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript8,021 forks (8,021 forks)batch import
Feature:Ingest Node PipelinesTeam:Kibana Managementenhancementgood first issue
Repository metrics
- Stars
- 19,065 stars (19,065 stars)
- PR merge metrics
- Avg merge 1d 16h (Avg merge 1d 16h)999 merged PRs in 30d (999 merged PRs in 30d)
Description
We need to add support for the input_output option which is necessary for the inference ID-based inference processor to actually work at ingest time.
Contributor guide
- Research direction
- Study the existing inference processor implementation in Kibana's ingest pipeline code. Look for how other options like 'model id' are handled and replicate the pattern for 'input output'. Ensure to update both the server side code and any client side UI if applicable.
- Tech stack
- None
- Domain
- backenddata
- Issue type
- Feature
- Prerequisites
- Understanding of Elasticsearch ingest pipelinesFamiliarity with Kibana plugin development