Skip to content

Commit

Permalink
Remove suricata.eve.timestamp alias (#22095) (#22102)
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 #10535

(cherry picked from commit daed8f9)
  • Loading branch information
andrewkroh committed Oct 27, 2020
1 parent ebb96f9 commit d0e365d
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
Expand Up @@ -89,6 +89,7 @@ field. You can revert this change by configuring tags for the module and omittin
- Removed experimental modules `citrix`, `kaspersky`, `rapid7` and `tenable`. {pull}20706[20706]
- Add support for GMT timezone offsets in `decode_cef`. {pull}20993[20993]
- 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
Expand Up @@ -143950,15 +143950,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
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 d0e365d

Please sign in to comment.