You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it should classify as a bug because users have no impact by now. However, this impact Logstash behavior in pipelines comparison
Kibana version:
master
Elasticsearch version:
master
Server OS version:
mac
Browser version:
chrome Version 86.0.4240.111 (Official Build) (x86_64)
Browser OS version:
mac
Describe the bug:
The centralized pipeline management overwrite pipeline["pipeline_metadata"]["version"] to "1" in every save action.
User can do all the actions but the "version" information lose in elasticsearch
Steps to reproduce:
create a new pipeline heartbeat in Kibana
update the new pipeline in elasticsearch with "version": "2"
Not sure if it should classify as a bug because users have no impact by now. However, this impact Logstash behavior in pipelines comparison
Kibana version:
master
Elasticsearch version:
master
Server OS version:
mac
Browser version:
chrome Version 86.0.4240.111 (Official Build) (x86_64)
Browser OS version:
mac
Describe the bug:
The centralized pipeline management overwrite pipeline["pipeline_metadata"]["version"] to "1" in every save action.
User can do all the actions but the "version" information lose in elasticsearch
Steps to reproduce:
create a new pipeline
heartbeat
in Kibanaupdate the new pipeline in elasticsearch with "version": "2"
edit the same pipeline
heartbeat
in Kibana and save the changefetch pipeline setting in elasticsearch
you will see the version is "1" again.
Expected behavior:
Kibana is expected to update "version" in every save action
The text was updated successfully, but these errors were encountered: