forked from szarski/le
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (34 loc) · 1.32 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Logentries agent
================
A command line utility for a convenient access to logentries logging
infrastructure.
How to use
----------
usage: le COMMAND [ARGS]
Where COMMAND is one of:
init Write local configuration file
reinit As init but does not reset undefined parameters
register Register this host
--name= name of the host
--hostname= hostname of the host
whoami Displays settings for this host
monitor Monitor this host
follow <filename> Follow the given log
--name= name of the log
--type= type of the log
followed <filename> Check if the file is followed
clean Removes configuration file
ls List internal filesystem and settings: <path>
rm Remove entity: <path>
pull Pull log file: <path> <when> <filter> <limit>
push Push log file: <file> <path> <log-type>
Where ARGS are:
--help show usage help and exit
--version display version number and exit
--account-key= set account key and exit
--host-key= set local host key and exit, generate key if key is empty
--no-timestamps no timestamps in agent reportings
--force force given operation
--ec2eu assume the host is in EC2 EU region
--suppress-ssl do not use SSL with API server
--yes always respond yes