Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the now deprecated appsearch module from metricbeat #28850

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
273 changes: 0 additions & 273 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ grouped in the following categories:
* <<exported-fields-aerospike>>
* <<exported-fields-airflow>>
* <<exported-fields-apache>>
* <<exported-fields-appsearch>>
* <<exported-fields-aws>>
* <<exported-fields-awsfargate>>
* <<exported-fields-azure>>
Expand Down Expand Up @@ -1465,278 +1464,6 @@ type: long
Total.


type: long

--

[[exported-fields-appsearch]]
== App Search fields

App Search module



[float]
=== appsearch




[float]
=== stats

App Search stats



[float]
=== jvm

JVM stats



[float]
=== memory_usage

Memory usage



*`appsearch.stats.jvm.memory_usage.heap_init.bytes`*::
+
--
Heap init used by the JVM in bytes.


type: long

--

*`appsearch.stats.jvm.memory_usage.heap_used.bytes`*::
+
--
Heap used by the JVM in bytes.


type: long

--

*`appsearch.stats.jvm.memory_usage.heap_committed.bytes`*::
+
--
Committed heap to the JVM in bytes.


type: long

--

*`appsearch.stats.jvm.memory_usage.heap_max.bytes`*::
+
--
Max heap used by the JVM in bytes


type: long

--

*`appsearch.stats.jvm.memory_usage.non_heap_init.bytes`*::
+
--
Non-Heap initial memory used by the JVM in bytes.


type: long

--

*`appsearch.stats.jvm.memory_usage.non_heap_committed.bytes`*::
+
--
Non-Heap committed memory used by the JVM in bytes.


type: long

--

[float]
=== queues

Worker queues



*`appsearch.stats.queues.analytics_events.count`*::
+
--
Number of pending jobs in the `analytics_events` queue.


type: long

--

*`appsearch.stats.queues.document_destroyer.count`*::
+
--
Number of pending jobs in the `document_destroyer` queue.


type: long

--

*`appsearch.stats.queues.engine_destroyer.count`*::
+
--
Number of pending jobs in the `engine_destroyer` queue.


type: long

--

*`appsearch.stats.queues.index_adder.count`*::
+
--
Number of pending jobs in the `index_adder` queue.


type: long

--

*`appsearch.stats.queues.indexed_doc_remover.count`*::
+
--
Number of pending jobs in the `indexed_doc_remover` queue.


type: long

--

*`appsearch.stats.queues.mailer.count`*::
+
--
Number of pending jobs in the `mailer` queue.


type: long

--

*`appsearch.stats.queues.refresh_document_counts.count`*::
+
--
Number of pending jobs in the `refresh_document_counts` queue.


type: long

--

*`appsearch.stats.queues.reindexer.count`*::
+
--
Number of pending jobs in the `reindexer` queue.


type: long

--

*`appsearch.stats.queues.schema_updater.count`*::
+
--
Number of pending jobs in the `schema_updater` queue.


type: long

--

*`appsearch.stats.queues.failed.count`*::
+
--
Number of failed jobs waiting to be retried.


type: long

--

[float]
=== requests

Request metrics



*`appsearch.stats.requests.count`*::
+
--
Number of recently completed requests


type: long

--

[float]
=== api.duration

API response time metrics



*`appsearch.stats.requests.api.duration.avg.ms`*::
+
--
Average response time in milliseconds


type: long

--

*`appsearch.stats.requests.api.duration.max.ms`*::
+
--
Max response time in milliseconds


type: long

--

[float]
=== web.response_time

Dashboard response time metrics



*`appsearch.stats.requests.web.response_time.avg.ms`*::
+
--
Average response time in milliseconds


type: long

--

*`appsearch.stats.requests.web.response_time.max.ms`*::
+
--
Max response time in milliseconds


type: long

--
Expand Down
49 changes: 0 additions & 49 deletions metricbeat/docs/modules/appsearch.asciidoc

This file was deleted.

25 changes: 0 additions & 25 deletions metricbeat/docs/modules/appsearch/stats.asciidoc

This file was deleted.

3 changes: 0 additions & 3 deletions metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ This file is generated! See scripts/mage/docs_collector.go
.1+| .1+| |<<metricbeat-metricset-airflow-statsd,statsd>> beta[]
|<<metricbeat-module-apache,Apache>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.1+| .1+| |<<metricbeat-metricset-apache-status,status>>
|<<metricbeat-module-appsearch,App Search>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-appsearch-stats,stats>> beta[]
|<<metricbeat-module-aws,AWS>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.17+| .17+| |<<metricbeat-metricset-aws-billing,billing>> beta[]
|<<metricbeat-metricset-aws-cloudwatch,cloudwatch>>
Expand Down Expand Up @@ -316,7 +314,6 @@ include::modules/activemq.asciidoc[]
include::modules/aerospike.asciidoc[]
include::modules/airflow.asciidoc[]
include::modules/apache.asciidoc[]
include::modules/appsearch.asciidoc[]
include::modules/aws.asciidoc[]
include::modules/awsfargate.asciidoc[]
include::modules/azure.asciidoc[]
Expand Down
2 changes: 0 additions & 2 deletions x-pack/metricbeat/include/list.go

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

Loading