mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Use -vv
This commit is contained in:
parent
df7c5ecd92
commit
b51a9e3bd6
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ The logstash agent has the following flags (also try using the '--help' flag)
|
|||
<dd> Log to a given path. Default is to log to stdout </dd>
|
||||
<dt> -v </dt>
|
||||
<dd> Increase verbosity. There are multiple levels of verbosity available with
|
||||
'-vvv' currently being the highest </dd>
|
||||
'-vv' currently being the highest </dd>
|
||||
<dt> --pluginpath PLUGIN_PATH </dt>
|
||||
<dd> A colon-delimted path to find other logstash plugins in </dd>
|
||||
</dl>
|
||||
|
|
|
@ -113,7 +113,7 @@ Your output may look a little different.
|
|||
The reason we're going about it this way is to make absolutely sure that we have all the bits working before adding more complexity.
|
||||
|
||||
If you are unable to get these steps working, you likely have something interfering with multicast traffic. This has been known to happen when connected to VPNs for instance.
|
||||
For best results, test on a Linux VM or system with less complicated networking. If in doubt, rerun the command with the options `-vvv` and paste the output to Github Gist or Pastie.
|
||||
For best results, test on a Linux VM or system with less complicated networking. If in doubt, rerun the command with the options `-vv` and paste the output to Github Gist or Pastie.
|
||||
Hop on the logstash IRC channel or mailing list and ask for help with that output as reference.
|
||||
|
||||
Obviously this is fairly useless this way. Let's add the final step and test with the builtin logstash web ui:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue