Please enable JavaScript.
Coggle requires JavaScript to display documents.
What is ELK? (KIBANA (FEATURES (Dev Tools (Search Profiler, Grok Debugger)…
What is ELK?
ELASTICSEARCH
WHAT
-
a distributed, RESTful search and analytics engine capable of solving a growing number of use cases
-
lets you perform and combine many types of searches — structured, unstructured, geo, metric — any way you want
-
HOW is it so fast?
has implemented inverted indices with finite state transducers for full-text querying, BKD trees for storing numeric and geo data, and a column store for analytics
HOW is it so scalable?
-
It scales horizontally to handle kajillions of events per second, while automatically managing how indices and queries are distributed across the cluster for oh-so smooth operations
-
HOW is it so flexible?
Numbers, text, geo, structured, unstructured. All data types are welcome.
uses standard RESTful APIs and JSON. We also build and maintain clients in many languages such as Java, Python, .NET, SQL, and PHP
LOGSTASH
WHAT
server‑side data processing pipeline that ingests data from multiple sources simultaneously, transforms it, and then sends it to a "stash" like Elasticsearch
INPUTS
supports a variety of inputs that pull in events from a multitude of common sources, all at the same time
Easily ingest from your logs, metrics, web applications, data stores, and various AWS services, all in continuous, streaming fashion
FILTERS
-
-
-
Anonymize PII data, exclude sensitive fields completely
Ease overall processing independent of the data source, format, or schema
HOW is it so extensible
Complete combinations of configurations of input, filters and output available
-
KIBANA
WHAT
-
core ships with the classics: histograms, line graphs, pie charts, sunbursts, and more
-
Elastic Maps Service
visualize geospatial data, or get creative and visualize custom location data
Time Series
Describe queries, transformations, and visualizations with powerful, easy-to-learn expressions
Relationship Graphs
Taking the relevance capabilities of a search engine, combine them with graph exploration
-
-