Kibana allows users to visualize Elasticsearch data and navigate the Elastic Stack so you can do anything from tracking query load to understanding the way requests flow through your apps.
N/A
Logstash
Score 8.0 out of 10
N/A
N/A
N/A
Pricing
Kibana
Logstash
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Kibana
Logstash
Free Trial
No
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Kibana
Logstash
Features
Kibana
Logstash
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
Kibana
7.4
5 Ratings
10% below category average
Logstash
-
Ratings
Pixel Perfect reports
6.02 Ratings
00 Ratings
Customizable dashboards
8.45 Ratings
00 Ratings
Report Formatting Templates
7.73 Ratings
00 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
Kibana
6.3
5 Ratings
24% below category average
Logstash
-
Ratings
Drill-down analysis
7.65 Ratings
00 Ratings
Formatting capabilities
7.04 Ratings
00 Ratings
Integration with R or other statistical packages
5.01 Ratings
00 Ratings
Report sharing and collaboration
5.64 Ratings
00 Ratings
Report Output and Scheduling
Comparison of Report Output and Scheduling features of Product A and Product B
Kibana
6.8
2 Ratings
20% below category average
Logstash
-
Ratings
Publish to Web
8.02 Ratings
00 Ratings
Publish to PDF
8.02 Ratings
00 Ratings
Report Versioning
6.02 Ratings
00 Ratings
Report Delivery Scheduling
6.02 Ratings
00 Ratings
Delivery to Remote Servers
6.02 Ratings
00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
Kibana is indeed a powerful tool and has many use cases especially in environments that rely heavily on real-time log analysis and visualisation. Kibana’s ability to handle large volumes of log data and present it in an accessible, searchable format is invaluable. We use Kibana to monitor security related issues and it proactively alerts our Slack channels about any anomality or issues.
Perfect for projects where Elasticsearch makes sense: if you decide to employ ES in a project, then you will almost inevitably use LogStash, and you should anyways. Such projects would include: 1. Data Science (reading, recording or measure web-based Analytics, Metrics) 2. Web Scraping (which was one of our earlier projects involving LogStash) 3. Syslog-ng Management: While I did point out that it can be a bit of an electric boo-ga-loo in finding an errant configuration item, it is still worth it to implement Syslog-ng management via LogStash: being able to fine-tune your log messages and then pipe them to other sources, depending on the data being read in, is incredibly powerful, and I would say is exemplar of what modern Computer Science looks like: Less Specialization in mathematics, and more specialization in storing and recording data (i.e. Less Engineering, and more Design).
Logstash design is definitely perfect for the use case of ELK. Logstash has "drivers" using which it can inject from virtually any source. This takes the headache from source to implement those "drivers" to store data to ES.
Logstash is fast, very fast. As per my observance, you don't need more than 1 or 2 servers for even big size projects.
Data in different shape, size, and formats? No worries, Logstash can handle it. It lets you write simple rules to programmatically take decisions real-time on data.
You can change your data on the fly! This is the CORE power of Logstash. The concept is similar to Kafka streams, the difference being the source and destination are application and ES respectively.
Since it's a Java product, JVM tuning must be done for handling high-load.
The persistent queue feature is nice, but I feel like most companies would want to use Kafka as a general storage location for persistent messages for all consumers to use. Using some pipeline of "Kafka input -> filter plugins -> Kafka output" seems like a good solution for data enrichment without needing to maintain a custom Kafka consumer to accomplish a similar feature.
I would like to see more documentation around creating a distributed Logstash cluster because I imagine for high ingestion use cases, that would be necessary.
Its usability is generally good and it provides teams with a basic to intermediate understanding about data visualization. It is very user-friendly when it comes to creating dashboards. The UI is very good and simple. Its integration with other tools for alerting and reporting is amazing. But its advance features have a learning curve and a first timer needs some time to use the advance features.
MongoDB and Azure SQL Database are just that: Databases, and they allow you to pipe data into a database, which means that alot of the log filtering becomes a simple exercise of querying information from a DBMS. However, LogStash was chosen for it's ease of integration into our choice of using ELK Elasticsearch is an obvious inclusion: Using Logstash with it's native DevOps stack its really rational
Positive: Learning curve was relatively easy for our team. We were up and running within a sprint.
Positive: Managing Logstash has generally been easy. We configure it, and usually, don't have to worry about misbehavior.
Negative: Updating/Rehydrating Logstash servers have been little challenging. We sometimes even loose data while Logstash is down. It requires more in-depth research and experiments to figure the fine-grained details.
Negative: This is now one more application/skill/server to manage. Like any other servers, it requires proper grooming or else you will get in trouble. This is also a single point of failure which can have the ability to make other servers useless if it is not running.