Skip to content

Commit

Permalink
Fix: use 'filebeat' default index pattern (#17146) (#17157)
Browse files Browse the repository at this point in the history
* Fix: use 'filebeat' default index pattern

* Update changelog

(cherry picked from commit e4a0dc2)
  • Loading branch information
mtojek committed Mar 21, 2020
1 parent f5d7760 commit 042da4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix issue where autodiscover hints default configuration was not being copied. {pull}16987[16987]
- Fix Elasticsearch `_id` field set by S3 and Google Pub/Sub inputs. {pull}17026[17026]
- Fixed various Cisco FTD parsing issues. {issue}16863[16863] {pull}16889[16889]
- Fix default index pattern in IBM MQ filebeat dashboard. {pull}17146[17146]

*Heartbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"axis_formatter": "number",
"axis_position": "left",
"axis_scale": "normal",
"default_index_pattern": "qbeat-*",
"default_index_pattern": "filebeat-*",
"default_timefield": "@timestamp",
"filter": "event.module:ibmmq",
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
Expand Down

0 comments on commit 042da4b

Please sign in to comment.