mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Use 'message' as the default field
This commit is contained in:
parent
b3c29902ac
commit
4155a8bc0e
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue