mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Fixed typo in jar -uf command line
This commit is contained in:
parent
73ff8123dd
commit
967553ccd0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ plugin tree is. In our case, it's the current directory.
|
||||||
If you use the monolith jar release of logstash, you have an additional option
|
If you use the monolith jar release of logstash, you have an additional option
|
||||||
- you can include the plugin right in the jar file.
|
- you can include the plugin right in the jar file.
|
||||||
|
|
||||||
% jar -uf jar -uf logstash-%VERSION%-monolithic.jar logstash/filters/foo.rb
|
% jar -uf logstash-%VERSION%-monolithic.jar logstash/filters/foo.rb
|
||||||
|
|
||||||
# Verify it's in the right location in the jar!
|
# Verify it's in the right location in the jar!
|
||||||
% jar tf logstash-%VERSION%-monolithic.jar | grep foo.rb
|
% jar tf logstash-%VERSION%-monolithic.jar | grep foo.rb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue