Native and file realm user management TLS (SSL) Role-based access control Kibana Spaces https://www.elastic.co/blog/security- for-elasticsearch-is-now-free
by default Based on Kubernetes Operator pattern Support for GKE and vanilla 1.11 https://www.elastic.co/blog/introduc ing-elastic-cloud-on-kubernetes-the- elasticsearch-operator-and-beyond
solid foundation for the future Based on strong theoretical foundations, and extensive testing Validated with formal models github.com/elastic/elasticsearch-formal-models Benefits No more minimum_master_nodes setting Sub-second master election times Fast removal of lagging/zombie nodes Node A Node B Node C
in 6.7 New in 6.7: index freeze action Basic (free) feature Part of larger story around data management Index Lifecycle Mgmt (6.6) Data Rollups (6.3) Hot / Warm Snapshots Minimal Snapshot (6.4)
and managing lifecycle of your data Lifecycle phases (supported actions) Phase Supported Actions Hot Rollover, Set recovery priority Warm Minimum age, Forcemerge, Shrink, Allocate, Set replicas,Set recovery priority Cold Allocate, Freeze Index, Set replicas, Set recovery priority Delete Delete, Set recovery priority
Replicate indices from one Elasticsearch cluster to another Other workarounds have operational overhead, multiple vendors, and/or system complexity Leader Follower
Use Cases High Availability / Disaster Recovery Data Locality (geo-proximity) Central Reporting Leader Follower Built-in cluster-to-cluster replication keeps data available even in the event of a total cluster failure
Cross-Cluster Replication GA | Platinum Use Cases High Availability / Disaster Recovery Data Locality (geo-proximity) Central Reporting Keeping a copy of the data closer to the users can reduce query times for those users
Cross-Cluster Replication GA | Platinum Use Cases High Availability / Disaster Recovery Data Locality (geo-proximity) Central Reporting Cluster Pulling data into a central cluster means a headquarters can query data even if the remote clusters are offline
in 6.3. Now GA. REST API & CLI Client (Basic License) • Interact with Elasticsearch data using SQL syntax • Get results in a tabular format Translate API (Basic License) • Convert SQL commands to Elasticsearch Query DSL • Great way to ramp up on full Elasticsearch Query DSL syntax JDBC & ODBC Client (Platinum)
one map Map raw documents, with support for both geo_points and geo_shapes Dynamic client side styling Global search for quick analysis Full screen mode for your ops center Out of the box vector shape files from Elastic Maps Service Customize as needed
pixel-perfect Tell the story of your data, your way Showcase your work on the big screen Support Elasticsearch SQL Automate reporting (adios copy/paste) Built for the community, extend Canvas with plugins
as a function in serverless platforms Easily collect and stream cloud data to Elasticsearch Runs as a function in AWS Lambda Supports: Cloudwatch Logs, SQS, and Kinesis (added in 6.7). More soon. Automate via single AWS CLI command
the Auditbeat System module, introduced in 6.6. New in 6.7: - Packages datasets (Debian, RPM, Homebrew) - Logins dataset for Linux - OOTB dashboards for all 6 datasets in the module
plugin support provides: First-class support for developers who wish to write pure Java plugins for Logstash Seamless operation with Ruby plugins Plugins run with high performance in the Java execution engine For example Java input, filter, and output plugins see the logstash-plugins repo in GitHub.