28 lines
No EOL
556 B
Text
28 lines
No EOL
556 B
Text
--
|
|
*deb and rpm:*
|
|
|
|
["source","sh",subs="attributes"]
|
|
----
|
|
{beatname_lc} setup -e
|
|
----
|
|
|
|
*mac:*
|
|
|
|
["source","sh",subs="attributes"]
|
|
----
|
|
./{beatname_lc} setup -e
|
|
----
|
|
|
|
*win:*
|
|
|
|
["source","sh",subs="attributes"]
|
|
----
|
|
PS > .{backslash}{beatname_lc}.exe setup -e
|
|
----
|
|
|
|
The <<setup-command,`setup`>> command loads the recommended index template for
|
|
writing to {es} and deploys the sample dashboards (if available) for visualizing
|
|
the data in {kib}. This is a one-time setup step.
|
|
|
|
The `-e` flag is optional and sends output to standard error instead of syslog.
|
|
-- |