Skip to content

Commit

Permalink
Add autodiscover to libbeat modules list in fields generator (elastic…
Browse files Browse the repository at this point in the history
…#11474)

Add autodiscover providers to the list of libbeat modules in fields
generator.

Move jolokia autodiscover fields added in elastic#10925 to the provider.
  • Loading branch information
jsoriano authored Mar 27, 2019
1 parent 4a0b34c commit ff1256d
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
78 changes: 78 additions & 0 deletions docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ grouped in the following categories:
* <<exported-fields-docker-processor>>
* <<exported-fields-ecs>>
* <<exported-fields-host-processor>>
* <<exported-fields-jolokia-autodiscover>>
* <<exported-fields-kubernetes-processor>>
* <<exported-fields-process>>
Expand Down Expand Up @@ -4111,6 +4112,83 @@ example: 18D109
OS build information.
--
[[exported-fields-jolokia-autodiscover]]
== Jolokia Discovery autodiscover provider fields
Metadata from Jolokia Discovery added by the jolokia provider.
*`jolokia.agent.version`*::
+
--
type: keyword
Version number of jolokia agent.
--
*`jolokia.agent.id`*::
+
--
type: keyword
Each agent has a unique id which can be either provided during startup of the agent in form of a configuration parameter or being autodetected. If autodected, the id has several parts: The IP, the process id, hashcode of the agent and its type.
--
*`jolokia.server.product`*::
+
--
type: keyword
The container product if detected.
--
*`jolokia.server.version`*::
+
--
type: keyword
The container's version (if detected).
--
*`jolokia.server.vendor`*::
+
--
type: keyword
The vendor of the container the agent is running in.
--
*`jolokia.url`*::
+
--
type: keyword
The URL how this agent can be contacted.
--
*`jolokia.secured`*::
+
--
type: boolean
Whether the agent was configured for authentication or not.
--
[[exported-fields-kubernetes-processor]]
Expand Down
Loading

0 comments on commit ff1256d

Please sign in to comment.