Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4.0
-
None
-
None
Description
The logstash maintainer has implemented an improved message schema for elasticsearch which he plans to deploy in the next version https://logstash.jira.com/browse/LOGSTASH-675
The ElasticSearchSink aims to allow users to write just as if logstash does - largely so Kibana can work. A serializer should be added to allow the new format to be used.
Benefits (from the logstash work item):
- kibana isn't polluted with "@" symbols everywhere
- most relevant data is in 'event fields' which is now top-level, no longer "@fields.somefield"
- fewer "required" event fields.
- the 'json' input format can go away or generally mean the same thing as json_event
Attachments
Issue Links
- is depended upon by
-
FLUME-2220 ElasticSearch sink - duplicate fields in indexed document
- Patch Available