youtubebeat/vendor/github.com/elastic/beats/metricbeat/docs/modules/memcached.asciidoc

44 lines
822 B
Text

////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-memcached]]
== Memcached module
beta[]
This is the Memcached module. These metricsets were tested with Memcached version 1.4.35.
The default metricset is `stats`.
[float]
=== Compatibility
The memcached module is tested with memcached 1.4.35.
[float]
=== Example configuration
The Memcached module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: memcached
metricsets: ["stats"]
period: 10s
hosts: ["localhost:11211"]
enabled: true
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-memcached-stats,stats>>
include::memcached/stats.asciidoc[]