forked from monasca/monasca-agents-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
log_agent_help_header
29 lines (22 loc) · 1.29 KB
/
log_agent_help_header
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
Generates agent.conf file and installs log agent
Usage:
./log-agent-<logstash_version>_<logstash_output_monasca_log_api_version>.run /
[makeself_arguments] -- [configure_log_agent_arguments]
See below for details.
Log agent Setup:
After adding any required makeself arguments to the command, add <space>--<space> followed /
by any of the following arguments to create a customised agent.conf file. Any argument /
added at the end with no switch will be considered as paths to required input files. /
Also, the --no_service switch can optionally cancel the automatic creation of a sevice /
file (monasca-log-agent.service) in /etc/systemd/system/
Options:
--no_service omits the step of creating monasca-agent-log.service file
-m, --monasca_log_api_url <monasca log api url> \
-k, --keystone_api_url <keystone api url> \
-n, --project_name <project name> \
-u, --username <username> \
-p, --password <password> \
-d, --user_domain_name <user domain name> \
-r, --project_domain_name <project domain name> \
-h, --hostname <hostname for dimensions> \
<input_file_path_1> <input_file_path_2> <input_file_path_n>