Skip to content

Commit

Permalink
Move the fields not aliased to the top, to promote sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Nov 27, 2018
1 parent c148869 commit 816f3e0
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 37 deletions.
42 changes: 21 additions & 21 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5933,13 +5933,6 @@ type: alias
--
*`event.action`*::
+
--
type: alias
--
*`system.auth.ssh.method`*::
+
--
Expand All @@ -5948,10 +5941,11 @@ The SSH authentication method. Can be one of "password" or "publickey".
--
*`source.ip`*::
*`system.auth.ssh.signature`*::
+
--
type: alias
The signature of the client public key.
--
Expand All @@ -5965,18 +5959,24 @@ The client IP from SSH connections that are open and immediately dropped.
--
*`source.port`*::
*`event.action`*::
+
--
type: alias
--
*`system.auth.ssh.signature`*::
*`source.ip`*::
+
--
The signature of the client public key.
type: alias
--
*`source.port`*::
+
--
type: alias
--
Expand Down Expand Up @@ -6081,38 +6081,38 @@ Fields specific to events created by the `useradd` command.
*`user.name`*::
*`system.auth.useradd.home`*::
+
--
type: alias
The home folder for the new user.
--
*`user.id`*::
*`system.auth.useradd.shell`*::
+
--
type: alias
The default shell for the new user.
--
*`group.id`*::
*`user.name`*::
+
--
type: alias
--
*`system.auth.useradd.home`*::
*`user.id`*::
+
--
The home folder for the new user.
type: alias
--
*`system.auth.useradd.shell`*::
*`group.id`*::
+
--
The default shell for the new user.
type: alias
--
Expand Down
Loading

0 comments on commit 816f3e0

Please sign in to comment.