Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Elastic Stack

You're reading from   Mastering Elastic Stack Dive into data analysis with a pursuit of mastering ELK Stack on real-world scenarios.

Arrow left icon
Product type Paperback
Published in Feb 2017
Publisher Packt
ISBN-13 9781786460011
Length 526 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
 Kumar Gupta Kumar Gupta
Author Profile Icon Kumar Gupta
Kumar Gupta
 Gupta Gupta
Author Profile Icon Gupta
Gupta
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Mastering Elastic Stack
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Elastic Stack Overview FREE CHAPTER 2. Stepping into Elasticsearch 3. Exploring Logstash and Its Plugins 4. Kibana Interface 5. Using Beats 6. Elastic Stack in Action 7. Customizing Elastic Stack 8. Elasticsearch APIs 9. X-Pack: Security and Monitoring 10. X-Pack: Alerting, Graph, and Reporting 11. Best Practices 12. Case Study-Meetup

Plugins Command-Line Options


As we have already discussed the various type of plugins available in Logstash, let's understand how to list/install/update/remove a plugin using the logstash-plugin script, which is present within the bin folder of Logstash.

The usage of the plugin command-line option is as follows:

bin/logstash-plugin [OPTIONS] SUBCOMMAND [ARG]

The various subcommands are listinstall, remove, update, pack, unpack, and generate.

list is used to list the installed plugins, install is used to install a plugin, remove is used to remove a plugin, update is used to update a plugin, pack is used to package already installed plugins and unpack is used to unpack packaged plugins.

Listing of Plugins

To list all the plugins available in Logstash:

bin/logstash-plugin list

The various options available for list can be viewed using:

bin/logstash-plugin list --help

It displays options such as --installed, --verbose, --group NAME.

To find an installed plugin using its name:

bin/logstash-plugin...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images