<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>INFINI Agent on INFINI Agent | The Best Open Source Easysearch/Elasticsearch/OpenSearch Multi-instance Management Agent</title><link>https://docs.infinilabs.com/agent/v1.30.3/</link><description>Recent content in INFINI Agent on INFINI Agent | The Best Open Source Easysearch/Elasticsearch/OpenSearch Multi-instance Management Agent</description><generator>Hugo -- gohugo.io</generator><atom:link href="https://docs.infinilabs.com/agent/v1.30.3/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing the Agent</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/getting-started/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/getting-started/install/</guid><description>Installing the Agent # INFINI Agent supports mainstream operating systems and platforms. The program package is small, with no extra external dependency. So, the agent can be installed very rapidly
Downloading # Automatic install
curl -sSL http://get.infini.cloud | bash -s -- -p agent The above script can automatically download the latest version of the corresponding platform&amp;rsquo;s agent and extract it to /opt/agent
The optional parameters for the script are as follows:</description></item><item><title>es_cluster_health</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_cluster_health/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_cluster_health/</guid><description>es_cluster_health # Description # Collect the cluster health metrics.
Configuration Example # pipeline - name: collect_default_es_cluster_health auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - es_cluster_health: elasticsearch: default Parameter Description # Name Type Description elasticsearch string Cluster instance name (Please see elasticsearch name parameter) labels map Custom labels</description></item><item><title>es_cluster_stats</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_cluster_stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_cluster_stats/</guid><description>es_cluster_stats # Description # Collect the cluster stats metrics.
Configuration Example # pipeline - name: collect_default_es_cluster_stats auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - es_cluster_stats: elasticsearch: default Parameter Description # Name Type Description elasticsearch string Cluster instance name (Please see elasticsearch name parameter) labels map Custom labels</description></item><item><title>es_index_stats</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_index_stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_index_stats/</guid><description>es_index_stats # Description # Collect the cluster index stats metrics.
Configuration Example # pipeline - name: collect_default_es_index_stats auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - es_index_stats: elasticsearch: default Parameter Description # Name Type Description elasticsearch string Cluster instance name (Please see elasticsearch name parameter) all_index_stats bool Whether to enable the metric collection of all indexes, default is true.</description></item><item><title>es_logs_processor</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_logs_processor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_logs_processor/</guid><description>es_logs_processor # Description # Collect the cluster log files.
Configuration Example # pipeline - name: collect_default_es_logs auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - es_logs_processor: elasticsearch: default logs_path: &amp;#34;/opt/dev-environment/ecloud/logs&amp;#34; queue_name: logs Parameter Description # Name Type Description queue_name string Log collection queue name elasticsearch string Cluster instance name (Please see elasticsearch name parameter) logs_path string Cluster log path labels map Custom labels</description></item><item><title>es_node_stats</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_node_stats/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/es_node_stats/</guid><description>es_node_stats # Description # Collect the cluster node stats metrics.
Configuration Example # pipeline - name: collect_default_es_node_stats auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - es_node_stats: elasticsearch: default Parameter Description # Name Type Description elasticsearch string Cluster instance name (Please see elasticsearch name parameter) level string Metric level, Optional cluster, indices, shards, default is shards。 labels map Custom labels</description></item><item><title>logs_processor</title><link>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/logs_processor/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.infinilabs.com/agent/v1.30.3/docs/configuration/processors/logs_processor/</guid><description>logs_processor # Description # Collect the local log files.
Configuration Example # The elasticsearch log files as an example.
pipeline: - name: log_collect auto_start: true keep_running: true retry_delay_in_ms: 3000 processor: - logs_processor: queue_name: &amp;#34;logs&amp;#34; logs_path: &amp;#34;/opt/es/elasticsearch-7.7.1/logs&amp;#34; # metadata for all log items metadata: category: elasticsearch patterns: - pattern: &amp;#34;.*_server.json$&amp;#34; type: json metadata: name: server timestamp_fields: [&amp;#34;timestamp&amp;#34;, &amp;#34;@timestamp&amp;#34;] remove_fields: [ &amp;#34;type&amp;#34;, &amp;#34;cluster.name&amp;#34;, &amp;#34;cluster.uuid&amp;#34;, &amp;#34;node.name&amp;#34;, &amp;#34;node.id&amp;#34;, &amp;#34;timestamp&amp;#34;, &amp;#34;@timestamp&amp;#34;, ] - pattern: &amp;#34;gc.</description></item></channel></rss>