Use 'message' as the default field

This commit is contained in:
Jordan Sissel 2013-09-06 18:04:23 -07:00
parent b3c29902ac
commit 4155a8bc0e
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,7 @@
1.2.1 (???)
# general
- web: kibana's default dashboard now works with the new logstash 1.2 schema.
## inputs
- feature: pipe: reopen the pipe and retry on any error. (#619, Jonathan Van
Eenwyk)

View file

@ -373,4 +373,4 @@ package:
vendor/kibana: | build
$(QUIET)mkdir vendor/kibana || true
$(DOWNLOAD_COMMAND) - $(KIBANA_URL) | tar -C $@ -zx --strip-components=1
$(QUIET)mv vendor/kibana/dashboards/logstash.json vendor/kibana/dashboards/default.json
$(QUIET)sed -e "s/@message/message/g" vendor/kibana/dashboards/logstash.json > vendor/kibana/dashboards/default.json