Default CLI Config:
cli: # Enable the SSH based CLI interface. I.e. to access: ssh -p 65129 admin@127.0.0.1 # enable: false # bind_port: 65129 # bind_host: 127.0.0.1 # Server SSH key. If path specified key will be loaded or generated. Otherwise key will be random on startup # server_key: "/etc/timebeat/cli_id_rsa" # Authorised SSH keys (yes... with an s not a z....) # authorised_keys: "/etc/timebeat/authorised_keys" # CLI username and password # username: "admin" # password: "password"
To access the Timebeat CLI , modify the below lines:
cli: # Enable the SSH based CLI interface. I.e. to access: ssh -p 65129 admin@127.0.0.1 enable: true
Once set to true use the following command within the terminal:
ssh -p 65129 admin@127.0.0.1