1PMDAELASTICSEARCH(1) General Commands Manual PMDAELASTICSEARCH(1)
2
3
4
6 pmdaelasticsearch - elasticsearch performance metrics domain agent
7 (PMDA)
8
10 pmdaelasticsearch is a Performance Metrics Domain Agent (PMDA) which
11 exports performance metrics from elasticsearch.
12
14 This PMDA requires that elasticsearch is running on the local host and
15 is accepting queries on TCP port 9200.
16
17 Install the elasticsearch PMDA by using the Install script as root:
18
19 # cd $PCP_PMDAS_DIR/elasticsearch
20 # ./Install
21
22 To uninstall, do the following as root:
23
24 # cd $PCP_PMDAS_DIR/elasticsearch
25 # ./Remove
26
27 pmdaelasticsearch is launched by pmcd(1) and should never be executed
28 directly. The Install and Remove scripts notify pmcd(1) when the agent
29 is installed or removed.
30
32 $PCP_PMDAS_DIR/elasticsearch/elasticsearch.conf
33 optional configuration file for pmdaelasticsearch
34
35 $PCP_PMDAS_DIR/elasticsearch/Install
36 installation script for the pmdaelasticsearch agent
37
38 $PCP_PMDAS_DIR/elasticsearch/Remove
39 undo installation script for the pmdaelasticsearch agent
40
41 $PCP_LOG_DIR/pmcd/elasticsearch.log
42 default log file for error messages from pmdaelasticsearch
43
45 Environment variables with the prefix PCP_ are used to parameterize the
46 file and directory names used by PCP. On each installation, the file
47 /etc/pcp.conf contains the local values for these variables. The
48 $PCP_CONF variable may be used to specify an alternative configuration
49 file, as described in pcp.conf(5).
50
52 PCPIntro(1) and pmcd(1).
53
54
55
56Performance Co-Pilot PCP PMDAELASTICSEARCH(1)