Difference between revisions of "Metricbeat run"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{metricbeat cmd}} * {{metricbeat}} Category:Metricbeat")
 
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
metricbeat run --help
 +
Run metricbeat
 +
 +
Usage:
 +
  metricbeat run [flags]
 +
 +
Flags:
 +
  -N, --N                      Disable actual publishing for testing
 +
      --cpuprofile string      Write cpu profile to file
 +
  -h, --help                  help for run
 +
      --httpprof string        Start pprof http server
 +
      --memprofile string      Write memory profile to this file
 +
      --system.hostfs string  Mount point of the host's filesystem for use in monitoring a host from within a container
 +
 +
Global Flags:
 +
  -E, --E setting=value              Configuration overwrite
 +
  -c, --c string                    Configuration file, relative to path.config (default "metricbeat.yml")
 +
  -d, --d string                    Enable certain debug selectors
 +
  -e, --e                            Log to stderr and disable syslog/file output
 +
      --environment environmentVar  set environment being ran in (default default)
 +
      --path.config string          Configuration path (default "")
 +
      --path.data string            Data path (default "")
 +
      --path.home string            Home path (default "")
 +
      --path.logs string            Logs path (default "")
 +
      --plugin pluginList            Load additional plugins
 +
      --strict.perms                Strict permission checking on config files (default true)
 +
  -v, --v                            Log at INFO level
 +
</pre>
  
  

Latest revision as of 18:33, 28 May 2022

metricbeat run --help
Run metricbeat

Usage:
  metricbeat run [flags]

Flags:
  -N, --N                      Disable actual publishing for testing
      --cpuprofile string      Write cpu profile to file
  -h, --help                   help for run
      --httpprof string        Start pprof http server
      --memprofile string      Write memory profile to this file
      --system.hostfs string   Mount point of the host's filesystem for use in monitoring a host from within a container

Global Flags:
  -E, --E setting=value              Configuration overwrite
  -c, --c string                     Configuration file, relative to path.config (default "metricbeat.yml")
  -d, --d string                     Enable certain debug selectors
  -e, --e                            Log to stderr and disable syslog/file output
      --environment environmentVar   set environment being ran in (default default)
      --path.config string           Configuration path (default "")
      --path.data string             Data path (default "")
      --path.home string             Home path (default "")
      --path.logs string             Logs path (default "")
      --plugin pluginList            Load additional plugins
      --strict.perms                 Strict permission checking on config files (default true)
  -v, --v                            Log at INFO level


See also[edit]

Advertising: