Skip to content

Commit

Permalink
Change packetbeat reference to a beatname var (#2934)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and tsg committed Nov 4, 2016
1 parent 7480362 commit 98f44ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/shared-command-line.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
*`-E <setting>=<value>`*::
Overwrite an individual setting in the config file. For example:
+
["source","sh"]
["source","sh",subs="attributes"]
----------------------------------------------------------------------
sudo ./packetbeat -c packetbeat.yml -E name=mybeat
sudo ./{beatname_lc} -c {beatname_lc}.yml -E name=mybeat
----------------------------------------------------------------------

*`-N`*::
Expand Down

0 comments on commit 98f44ef

Please sign in to comment.