Skip to content

Commit

Permalink
Remove suricata.eve.timestamp alias (elastic#22095)
Browse files Browse the repository at this point in the history
Remove the suricata.eve.timestamp alias field from the Suricata module.

This is a breaking change for anything that we dependent upon the field, but its
presence caused issue in Kibana since it was always displayed in Discover.

Fixes elastic#10535
  • Loading branch information
andrewkroh committed Oct 22, 2020
1 parent 9aefcfe commit daed8f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add support for GMT timezone offsets in `decode_cef`. {pull}20993[20993]
- Fix parsing of Elasticsearch node name by `elasticsearch/slowlog` fileset. {pull}14547[14547]
- API address and shard ID are required settings in the Cloud Foundry input. {pull}21759[21759]
- Remove `suricata.eve.timestamp` alias field. {issue}10535[10535] {pull}22095[22095]

*Heartbeat*

Expand Down
9 changes: 0 additions & 9 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143952,15 +143952,6 @@ type: keyword

--

*`suricata.eve.timestamp`*::
+
--
type: alias

alias to: @timestamp

--

*`suricata.eve.in_iface`*::
+
--
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/suricata/eve/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@
- name: http_content_type
type: keyword

- name: timestamp
type: alias
path: '@timestamp'

- name: in_iface
type: keyword

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/suricata/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daed8f9

Please sign in to comment.