-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
Kibana version:
8.0.0 (SNAPSHOT)
Elasticsearch version:
8.0.0 (SNAPSHOT)
Server OS version:
macOS Catalina 10.15.6 (19G2021)
Browser version:
Chrome 84.0.4147.125
Original install method (e.g. download page, yum, from source, etc.):
https://snapshots.elastic.co/8.0.0-d196c3d2/downloads/kibana/kibana-8.0.0-SNAPSHOT-darwin-x86_64.tar.gz
Describe the bug:
When adding an append processor, the UI adds a blank value by default. If the user does not delete that blank value, it gets added to the specified field as a value.
Steps to reproduce:
- Access Kibana. Go to Management > Stack Management.
- Choose Ingest Node Pipelines.
- Click Create a pipeline.
- Click Add a processor, and then choose Append as the processor type.
Expected behavior:
All fields are blank and require input from the user.
Screenshots (if relevant):
The blank value is visible when selecting Append as the processor.

If the user does not delete the blank space, it is added as a value.

Any additional context:
This is the first bug that I've reported. I'm pretty sure it's valid!