X-Pack features are Elasticsearch's official commercial features, including security, SQL, machine learning, and monitoring. It facilitates the application development and OPS management of Elasticsearch services. ES offers editions that come with such features, which you can select when purchasing and creating a cluster. The features in different editions are detailed below.
As shown in the figure above, there are options for the X-Pack features on the ES purchase page. ES offers three editions that have different X-Pack features as follows:
Item | Basic | Platinum | Open Source |
---|---|---|---|
X-Pack included | ✓ | ✓ | ✕ |
X-Pack completeness | Partial | All | None |
Purchase recommendation
In order to be able to use more advanced features in ES, we recommend that you choose the Platinum Edition when you create a cluster. The specific features and differences of each edition are detailed below. For pricing information, please see Product Pricing.
This document describes some of the commonly used X-Pack features. For more information, please see Elasticsearch's official Elastic Stack subscriptions and API documentation.
Note:
- Some features vary by editions (Basic, Platinum, and Open Source).
- Some features are unavailable in earlier ES versions. For more information, please submit a ticket.
In terms of SQL support, the Open Source Edition integrates with other SQL plugins. For more information, please see elasticsearch-sql.
This section mainly compares and highlights some key features of different Elasticsearch versions. As Elasticsearch is in a stage of rapid development, and the support for various features by different versions is constantly adjusted, we do not guarantee that the following content can stay in sync with the changes in the community.
For the latest and most accurate feature comparison, please see Elasticsearch's official Elastic Stack subscriptions.
In the table below, , , and are used to indicate the feature completeness. : all; : partial; : none.
Module | Feature | Open Source | Basic | Platinum |
---|---|---|---|---|
Elasticsearch | Scalability and resiliency | |||
Query and analytics | ||||
Data enrichment | ||||
Management and tooling | ||||
Security | ||||
Machine Learning | ||||
Kibana | Explore and visualize | |||
Stack management and tooling | ||||
Stack monitoring | ||||
Share and collaborate | ||||
Security | ||||
Machine learning | ||||
Beats | Data collection | |||
Data shipping | ||||
Module | ||||
Monitoring and management | ||||
Logstash | Data collection | |||
Data enrichment | ||||
Data shipping | ||||
Module | ||||
Monitoring and management | ||||
ELASTIC APM | APM server | |||
APM agents | ||||
APM dashboards in Kibana | ||||
APM UI | ||||
Distributed tracing | ||||
Machine learning integration | ||||
Elastic Logs | Log shipper (Filebeat) | |||
Dashboards for common data sources | ||||
Logs UI | ||||
Elastic Infrastructure | Metric shipper (Metricbeat) | |||
Dashboards for common data sources | ||||
Infrastructure UI | ||||
Elastic Uptime | Uptime monitor (Heartbeat) | |||
Uptime dashboards in Kibana | ||||
Uptime UI |
Detailed descriptions of certain Elasticsearch features:
In the table below, ✓ means the feature is available, - means not available.
Elasticsearch Feature Module | Item | Open Source | Basic | Platinum |
---|---|---|---|---|
Management and Tooling | REST APIs | ✓ | ✓ | ✓ |
Language clients | ✓ | ✓ | ✓ | |
Snapshot/restore | ✓ | ✓ | ✓ | |
_source only snapshot | - | ✓ | ✓ | |
SQL interpreter CLI | - | ✓ | ✓ | |
Data rollups | - | ✓ | ✓ | |
Index lifecycle management | - | ✓ | ✓ | |
Frozen indices | - | ✓ | ✓ | |
Upgrade Assistant APIs | - | ✓ | ✓ | |
JDBC client | - | - | ✓ | |
ODBC client | - | - | ✓ | |
Security | Encrypted communications | - | ✓ | ✓ |
Role-based access control | - | ✓ | ✓ | |
File and native authentication | - | ✓ | ✓ | |
Audit logging | - | - | ✓ | |
Attribute-based access control | - | - | ✓ | |
Field- and document-level security | - | - | ✓ | |
Machine Learning | Anomaly detection on time series | - | - | ✓ |
Population/entity analysis | - | - | ✓ | |
Log message categorization | - | - | ✓ | |
Root cause indication | - | - | ✓ | |
Alerting on anomalies | - | - | ✓ | |
Forecasting on time series | - | - | ✓ |
Was this page helpful?