Skip to content

Commit

Permalink
[Metricbeat] Enterprise Search Module (#27549)
Browse files Browse the repository at this point in the history
Added Enterprise Search module with two metricsets: health and stats, each using a corresponding API endpoint

Co-authored-by: Oleksiy Kovyrin <[email protected]>
  • Loading branch information
carlosdelest and kovyrin committed Oct 1, 2021
1 parent e6de9aa commit 96be82e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
28 changes: 0 additions & 28 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25486,33 +25486,6 @@ type: keyword

--

<<<<<<< HEAD
=======
*`elasticsearch.shard.relocating_node.id`*::
+
--
The node the shard was relocated from. It has the exact same value than relocating_node.name for compatibility purposes.


type: keyword

--


*`elasticsearch.shard.source_node.name`*::
+
--
type: keyword

--

*`elasticsearch.shard.source_node.uuid`*::
+
--
type: keyword

--

[[exported-fields-enterprisesearch]]
== enterprisesearch fields

Expand Down Expand Up @@ -26313,7 +26286,6 @@ type: long

--

>>>>>>> 3c77c9a92a ([Metricbeat] Enterprise Search Module (#27549))
[[exported-fields-envoyproxy]]
== Envoyproxy fields

Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/enterprisesearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
This file is generated! See scripts/mage/docs_collector.go
////

:modulename: enterprisesearch

[[metricbeat-module-enterprisesearch]]
[role="xpack"]
== enterprisesearch module
Expand Down
1 change: 0 additions & 1 deletion metricbeat/docs/modules/linux/memory.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ beta[]

include::../../../module/linux/memory/_meta/docs.asciidoc[]

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.

==== Fields

Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/modules.d/enterprisesearch.yml.disabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module: enterprisesearch
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-module-enterprisesearch.html
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/7.x/metricbeat-module-enterprisesearch.html

- module: enterprisesearch
metricsets: ["health", "stats"]
Expand Down

0 comments on commit 96be82e

Please sign in to comment.