本文是Elasticsearch Reference [6.8] 的翻译,带链接的是已经翻译的,未带链接的请参考原文。
- Getting started with Elasticsearch
- Get Elasticsearch up and running
- Index some documents(索引文档)
- Start searching
- Analyze results with aggregations
- Where to go from here
- Set up Elasticsearch
- Installing Elasticsearch
- Install Elasticsearch with
.zip
or.tar.gz
- Install Elasticsearch with
.zip
on Windows - Install Elasticsearch with Debian Package
- Install Elasticsearch with RPM
- Install Elasticsearch with Windows MSI Installer
- Install Elasticsearch with Docker
- Install Elasticsearch with
- Configuring Elasticsearch
- Setting JVM options
- Secure settings
- Logging configuration
- Important Elasticsearch configuration
-
path.data
andpath.logs
-
cluster.name
-
node.name
-
network.host
- Discovery settings
- Setting the heap size
- JVM heap dump path
- GC logging
- Temp directory
- JVM fatal error logs
-
- Important System Configuration
- Configuring system settings
- Disable swapping
- File Descriptors
- Virtual memory
- Number of threads
- DNS cache settings
- JNA temporary directory not mounted with
noexec
- Bootstrap Checks
- Heap size check
- File descriptor check
- Memory lock check
- Maximum number of threads check
- Max file size check
- Maximum size virtual memory check
- Maximum map count check
- Client JVM check
- Use serial collector check
- System call filter check
- OnError and OnOutOfMemoryError checks
- Early-access check
- G1GC check
- All permission check
- Starting Elasticsearch
- Stopping Elasticsearch
- Adding nodes to your cluster
- Installing X-Pack
- Set up X-Pack
- Configuring X-Pack Java Clients
- X-Pack Settings
- Cross-cluster replication settings
- License Settings
- Machine learning settings
- Monitoring settings
- SQL Access Settings
- Watcher Settings
- Bootstrap Checks for X-Pack
- Installing Elasticsearch
- Upgrade Elasticsearch
- Rolling upgrades
- Full cluster restart upgrade
- Reindex before upgrading
- Reindex in place
- Reindex from a remote cluster
- API Conventions
- Multiple Indices
- Date math support in index names
- Common options
- URL-based access control
- Document APIs
- Reading and Writing documents (读写前言)
- Index API(索引数据)
- Get API
- Delete API
- Delete By Query API
- Update API
- Update By Query API
- Multi Get API
- Bulk API (批量插入)
- Reindex API
- Term Vectors
- Multi termvectors API
-
?refresh
- Optimistic concurrency control
- Search APIs
- Search
- URI Search (url搜索参数列表)
- Request Body Search
- Query
- From / Size
- Sort
- Source filtering
- Fields
- Script Fields
- Doc value Fields
- Post filter
- Highlighting
- Rescoring
- Search Type
- Scroll
- Preference
- Explain
- Sequence Numbers and Primary Term
- Version
- Index Boost
- min_score
- Named Queries
- Inner hits
- Field Collapsing
- Search After
- Search Template
- Multi Search Template
- Search Shards API
- Suggesters
- Term suggester
- Phrase Suggester
- Completion Suggester
- Context Suggester
- Returning the type of the suggester
- Multi Search API
- Count API
- Validate API
- Explain API
- Profile API
- Profiling Queries
- Profiling Aggregations
- Profiling Considerations
- Field Capabilities API
- Ranking Evaluation API
- Aggregations
- Metrics Aggregations
- Avg Aggregation
- Weighted Avg Aggregation
- Cardinality Aggregation
- Extended Stats Aggregation
- Geo Bounds Aggregation
- Geo Centroid Aggregation
- Max Aggregation
- Min Aggregation
- Percentiles Aggregation
- Percentile Ranks Aggregation
- Scripted Metric Aggregation
- Stats Aggregation
- Sum Aggregation
- Top Hits Aggregation
- Value Count Aggregation
- Median Absolute Deviation Aggregation
- Bucket Aggregations
- Adjacency Matrix Aggregation
- Auto-interval Date Histogram Aggregation
- Children Aggregation
- Composite Aggregation
- Date Histogram Aggregation
- Date Range Aggregation
- Diversified Sampler Aggregation
- Filter Aggregation
- Filters Aggregation
- Geo Distance Aggregation
- GeoHash grid Aggregation
- Global Aggregation
- Histogram Aggregation
- IP Range Aggregation
- Missing Aggregation
- Nested Aggregation
- Parent Aggregation
- Range Aggregation
- Reverse nested Aggregation
- Sampler Aggregation
- Significant Terms Aggregation
- Significant Text Aggregation
- Terms Aggregation
- Pipeline Aggregations
- Avg Bucket Aggregation
- Derivative Aggregation
- Max Bucket Aggregation
- Min Bucket Aggregation
- Sum Bucket Aggregation
- Stats Bucket Aggregation
- Extended Stats Bucket Aggregation
- Percentiles Bucket Aggregation
- Moving Average Aggregation
- Moving Function Aggregation
- Cumulative Sum Aggregation
- Bucket Script Aggregation
- Bucket Selector Aggregation
- Bucket Sort Aggregation
- Serial Differencing Aggregation
- Matrix Aggregations
- Matrix Stats
- Caching heavy aggregations
- Returning only aggregation results
- Aggregation Metadata
- Returning the type of the aggregation
- Metrics Aggregations
- Indices APIs
- Create Index
- Delete Index
- Get Index
- Indices Exists
- Open / Close Index API
- Shrink Index
- Split Index
- Rollover Index
- Put Mapping
- Get Mapping
- Get Field Mapping
- Types Exists
- Index Aliases
- Update Indices Settings
- Get Settings
- Analyze
- Explain Analyze
- Index Templates
- Indices Stats
- Indices Segments
- Indices Recovery
- Indices Shard Stores
- Clear Cache
- Flush
- Synced Flush
- Refresh
- Force Merge
- cat APIs
- cat aliases
- cat allocation
- cat count
- cat fielddata
- cat health
- cat indices (查看索引信息)
- cat master
- cat nodeattrs
- cat nodes
- cat pending tasks
- cat plugins
- cat recovery
- cat repositories
- cat thread pool
- cat shards
- cat segments
- cat snapshots
- cat templates
- Cluster APIs
- Cluster Health
- Cluster State
- Cluster Stats
- Pending cluster tasks
- Cluster Reroute
- Cluster Update Settings
- Cluster Get Settings
- Nodes Stats
- Nodes Info
- Nodes Feature Usage
- Remote Cluster Info
- Task Management API
- Nodes hot_threads
- Cluster Allocation Explain API
- Query DSL
- Query and filter context (query和filter区别)
- Match All Query
- Full text queries
- Match Query
- Match Phrase Query
- Match Phrase Prefix Query
- Multi Match Query
- Common Terms Query
- Query String Query
- Simple Query String Query
- Term-level queries
- Term Query
- Terms Query
- Terms Set Query
- Range Query
- Exists Query
- Prefix Query
- Wildcard Query
- Regexp Query
- Fuzzy Query
- Type Query
- Ids Query
- Compound queries
- Constant Score Query
- Bool Query
- Dis Max Query
- Function Score Query
- Boosting Query
- Joining queries
- Nested Query
- Has Child Query
- Has Parent Query
- Parent Id Query
- Geo queries
- GeoShape Query
- Geo Bounding Box Query
- Geo Distance Query
- Geo Polygon Query
- Specialized queries
- More Like This Query
- Script Query
- Percolate Query
- Wrapper Query
- Span queries
- Span Term Query
- Span Multi Term Query
- Span First Query
- Span Near Query
- Span Or Query
- Span Not Query
- Span Containing Query
- Span Within Query
- Span Field Masking Query
- Minimum Should Match
- Multi Term Query Rewrite
- Scripting
- How to use scripts
- Accessing document fields and special variables
- Scripting and security
- Painless scripting language
- Lucene expressions language
- Advanced scripts using script engines
- Mapping
- Removal of mapping types
- Field datatypes
- Alias datatype
- Arrays
- Binary datatype
- Range datatypes
- Boolean datatype
- Date datatype
- Geo-point datatype
- Geo-Shape datatype
- IP datatype
- Keyword datatype
- Nested datatype
- Numeric datatypes
- Object datatype(对象类型)
- Text datatype
- Token count datatype
- Percolator type
-
join
datatype
- Meta-Fields
-
_all
field -
_field_names
field -
_ignored
field -
_id
field -
_index
field -
_meta
field -
_routing
field -
_source
field -
_type
field -
_uid
field
-
- Mapping parameters
-
analyzer
-
normalizer
-
boost
-
coerce
-
copy_to
-
doc_values
-
dynamic
-
enabled
-
eager_global_ordinals
-
fielddata
-
format
-
ignore_above
-
ignore_malformed
-
index
-
index_options
-
index_phrases
-
index_prefixes
-
fields
-
norms
-
null_value
-
position_increment_gap
-
properties
-
search_analyzer
-
similarity
-
store
-
term_vector
-
- Dynamic Mapping
- Dynamic field mapping
- Dynamic templates
-
_default_
mapping
- Analysis
- Anatomy of an analyzer
- Testing analyzers
- Analyzers
- Configuring built-in analyzers
- Standard Analyzer
- Simple Analyzer
- Whitespace Analyzer
- Stop Analyzer
- Keyword Analyzer
- Pattern Analyzer
- Language Analyzers
- Fingerprint Analyzer
- Custom Analyzer
- Normalizers
- Tokenizers
- Standard Tokenizer
- Letter Tokenizer
- Lowercase Tokenizer
- Whitespace Tokenizer
- UAX URL Email Tokenizer
- Classic Tokenizer
- Thai Tokenizer
- NGram Tokenizer
- Edge NGram Tokenizer
- Keyword Tokenizer
- Pattern Tokenizer
- Char Group Tokenizer
- Simple Pattern Tokenizer
- Simple Pattern Split Tokenizer
- Path Hierarchy Tokenizer
- Path Hierarchy Tokenizer Examples
- Token Filters
- Standard Token Filter
- ASCII Folding Token Filter
- Flatten Graph Token Filter
- Length Token Filter
- Lowercase Token Filter
- Uppercase Token Filter
- NGram Token Filter
- Edge NGram Token Filter
- Porter Stem Token Filter
- Shingle Token Filter
- Stop Token Filter
- Word Delimiter Token Filter
- Word Delimiter Graph Token Filter
- Multiplexer Token Filter
- Conditional Token Filter
- Predicate Token Filter Script
- Stemmer Token Filter
- Stemmer Override Token Filter
- Keyword Marker Token Filter
- Keyword Repeat Token Filter
- KStem Token Filter
- Snowball Token Filter
- Phonetic Token Filter
- Synonym Token Filter
- Parsing synonym files
- Synonym Graph Token Filter
- Compound Word Token Filters
- Reverse Token Filter
- Elision Token Filter
- Truncate Token Filter
- Unique Token Filter
- Pattern Capture Token Filter
- Pattern Replace Token Filter
- Trim Token Filter
- Limit Token Count Token Filter
- Hunspell Token Filter
- Common Grams Token Filter
- Normalization Token Filter
- CJK Width Token Filter
- CJK Bigram Token Filter
- Delimited Payload Token Filter
- Keep Words Token Filter
- Keep Types Token Filter
- Exclude mode settings example
- Classic Token Filter
- Apostrophe Token Filter
- Decimal Digit Token Filter
- Fingerprint Token Filter
- MinHash Token Filter
- Remove Duplicates Token Filter
- Character Filters
- HTML Strip Char Filter
- Mapping Char Filter
- Pattern Replace Char Filter
- Modules
- Cluster
- Cluster Level Shard Allocation
- Disk-based Shard Allocation
- Shard Allocation Awareness
- Shard Allocation Filtering
- Miscellaneous cluster settings
- Discovery
- Azure Classic Discovery
- EC2 Discovery
- Google Compute Engine Discovery
- Zen Discovery
- Local Gateway
- HTTP
- Indices
- Circuit Breaker
- Fielddata
- Node Query Cache
- Indexing Buffer
- Shard request cache
- Indices Recovery
- Search Settings
- Network Settings
- Node
- Plugins
- Snapshot And Restore
- Thread Pool
- Transport
- Tribe node
- Remote clusters
- Cross-cluster search
- Cluster
- Index Modules
- Analysis
- Index Shard Allocation
- Shard Allocation Filtering
- Delaying allocation when a node leaves
- Index recovery prioritization
- Total Shards Per Node
- Mapper
- Merge
- Similarity module
- Slow Log
- Store
- Preloading data into the file system cache
- Translog
- Index Sorting
- Use index sorting to speed up conjunctions
- Ingest Node
- Pipeline Definition
- Ingest APIs
- Put Pipeline API
- Get Pipeline API
- Delete Pipeline API
- Simulate Pipeline API
- Accessing Data in Pipelines
- Conditional Execution in Pipelines
- Handling Nested Fields in Conditionals
- Complex Conditionals
- Conditionals with the Pipeline Processor
- Conditionals with the Regular Expressions
- Handling Failures in Pipelines
- Processors
- Append Processor
- Bytes Processor
- Convert Processor
- Date Processor
- Date Index Name Processor
- Dissect Processor
- Dot Expander Processor
- Drop Processor
- Fail Processor
- Foreach Processor
- GeoIP Processor
- Grok Processor
- Gsub Processor
- Join Processor
- JSON Processor
- KV Processor
- Lowercase Processor
- Pipeline Processor
- Remove Processor
- Rename Processor
- Script Processor
- Set Processor
- Set Security User Processor
- Split Processor
- Sort Processor
- Trim Processor
- Uppercase Processor
- URL Decode Processor
- User Agent processor
- Managing the index lifecycle
- Getting started with index lifecycle management
- Setting up a new policy
- Applying a policy to our index
- Checking progress
- Policy phases and actions
- Timing
- Phase Execution
- Actions
- Full Policy
- Set up index lifecycle management policy
- Applying a policy to an index template
- Apply a policy to a create index request
- Using policies to manage index rollover
- Skipping Rollover
- Update policy
- Updates to policies not managing indices
- Updates to executing policies
- Switching policies for an index
- Index lifecycle error handling
- Restoring snapshots of managed indices
- Start and stop index lifecycle management
- Getting started with index lifecycle management
- SQL Access
- Overview
- Getting Started with SQL
- Conventions and Terminology
- Mapping concepts across SQL and Elasticsearch
- Security
- SQL REST API
- Overview
- Response Data Formats
- Paginating through a large response
- Filtering using Elasticsearch query DSL
- Supported REST parameters
- SQL Translate API
- SQL CLI
- SQL JDBC
- API usage
- SQL ODBC
- Driver installation
- Configuration
- SQL Client Applications
- DBeaver
- DbVisualizer
- Microsoft Excel
- Microsoft Power BI Desktop
- Microsoft PowerShell
- MicroStrategy Desktop
- Qlik Sense Desktop
- SQuirreL SQL
- SQL Workbench/J
- Tableau Desktop
- SQL Language
- Lexical Structure
- SQL Commands
- DESCRIBE TABLE
- SELECT
- SHOW COLUMNS
- SHOW FUNCTIONS
- SHOW TABLES
- Data Types
- Index patterns
- Functions and Operators
- Comparison Operators
- Logical Operators
- Math Operators
- LIKE and RLIKE Operators
- Aggregate Functions
- Grouping Functions
- Date/Time and Interval Functions and Operators
- Full-Text Search Functions
- Mathematical Functions
- String Functions
- Type Conversion Functions
- Conditional Functions
- System Functions
- Reserved keywords
- SQL Limitations
- Monitor a cluster
- Overview
- How it works
- Monitoring in a production environment
- Collecting monitoring data
- Pausing data collection
- Collecting monitoring data with Metricbeat
- Configuring indices for monitoring
- Configuring a tribe node to work with monitoring
- Collectors
- Exporters
- Local exporters
- HTTP exporters
- Troubleshooting
- Rolling up historical data
- Overview
- API Quick Reference
- Getting Started
- Understanding Groups
- Grouping Limitations with heterogeneous indices
- Doc counts and overlapping jobs
- Rollup Aggregation Limitations
- Rollup Search Limitations
- Frozen indices
- Best practices
- Searching a frozen index
- Monitoring frozen indices
- Set up a cluster for high availability
- Cross-cluster replication
- Overview
- Requirements for leader indices
- Automatically following indices
- Getting started with cross-cluster replication
- Remote recovery
- Upgrading clusters
- Cross-cluster replication
- Secure a cluster
- Overview
- Configuring security
- Encrypting communications in Elasticsearch
- Encrypting communications in an Elasticsearch Docker Container
- Enabling cipher suites for stronger encryption
- Separating node-to-node and client traffic
- Configuring an Active Directory realm
- Configuring a file realm
- Configuring an LDAP realm
- Configuring a native realm
- Configuring a PKI realm
- Configuring a SAML realm
- Configuring a Kerberos realm
- FIPS 140-2
- Security settings
- Security files
- Auditing Settings
- How security works
- User authentication
- Built-in users
- Internal users
- Token-based authentication services
- Realms
- Realm chains
- Active Directory user authentication
- File-based user authentication
- LDAP user authentication
- Native user authentication
- PKI user authentication
- SAML authentication
- Kerberos authentication
- Integrating with other authentication systems
- Enabling anonymous access
- Controlling the user cache
- Configuring SAML single-sign-on on the Elastic Stack
- The identity provider
- Configure Elasticsearch for SAML authentication
- Generating SP metadata
- Configuring role mappings
- User metadata
- Configuring Kibana
- Troubleshooting SAML Realm Configuration
- User authorization
- Built-in roles
- Defining roles
- Security privileges
- Document level security
- Field level security
- Granting privileges for indices and aliases
- Mapping users and groups to roles
- Setting up field and document level security
- Submitting requests on behalf of other users
- Customizing roles and authorization
- Auditing security events
- Audit event types
- Logfile audit output
- Index audit output
- Auditing search queries
- Forwarding audit logs to a remote cluster
- Encrypting communications
- Setting Up TLS on a cluster
- Restricting connections with IP filtering
- Cross cluster search, tribe, clients, and integrations
- Cross cluster search and security
- Tribe Nodes and Security
- Java Client and security
- HTTP/REST clients and security
- ES-Hadoop and Security
- Beats and Security
- Monitoring and security
- Tutorial: Getting started with security
- Enable Elasticsearch security features
- Create passwords for built-in users
- Add the built-in user to Kibana
- Configure authentication
- Create users
- Assign roles
- Add user information in Logstash
- View system metrics in Kibana
- Tutorial: Encrypting communications
- Add nodes to your cluster
- Generate certificates
- Encrypt internode communications
- Troubleshooting
- Can’t log in after upgrading to 6.8.11
- Some settings are not returned via the nodes settings API
- Authorization exceptions
- Users command fails due to extra arguments
- Users are frequently locked out of Active Directory
- Certificate verification fails for curl on Mac
- SSLHandshakeException causes connections to fail
- Common SSL/TLS exceptions
- Common Kerberos exceptions
- Common SAML issues
- Internal Server Error in Kibana
- Setup-passwords command fails due to connection failure
- Failures due to relocation of the configuration files
- Limitations
- Alerting on Cluster and Index Events
- Getting started with Watcher
- How Watcher works
- Encrypting sensitive data in Watcher
- Inputs
- Simple input
- Search input
- HTTP input
- Chain input
- Triggers
- Schedule trigger
- Conditions
- Always condition
- Never condition
- Compare condition
- Array compare condition
- Script condition
- Actions
- Adding conditions to actions
- Email action
- Webhook action
- Index action
- Logging action
- HipChat action
- Slack action
- PagerDuty action
- Jira action
- Transforms
- Search transform
- Script transform
- Chain transform
- Java API
- Managing watches
- Example watches
- Watching the status of an Elasticsearch cluster
- Watching event data
- Troubleshooting
- Limitations
- Command line tools
- elasticsearch-certgen
- elasticsearch-certutil
- elasticsearch-migrate
- elasticsearch-saml-metadata
- elasticsearch-setup-passwords
- elasticsearch-shard
- elasticsearch-syskeygen
- elasticsearch-users
- How To
- General recommendations
- Recipes
- Mixing exact search with stemming
- Getting consistent scoring
- Tune for indexing speed
- Tune for search speed
- Tune your queries with the Profile API
- Tune for disk usage
- Glossary of terms
- X-Pack APIs
- Info API
- Cross-cluster replication APIs
- Get CCR stats
- Create follower
- Pause follower
- Resume follower
- Unfollow
- Forget Follower
- Get follower stats
- Get follower info
- Create auto-follow pattern
- Delete auto-follow pattern
- Get auto-follow pattern
- Explore API
- Freeze index
- Index lifecycle management API
- Create policy
- Get policy
- Delete policy
- Move to step
- Remove policy
- Retry policy
- Get index lifecycle management status
- Explain lifecycle
- Start index lifecycle management
- Stop index lifecycle management
- Licensing APIs
- Delete license
- Get license
- Get trial status
- Start trial
- Get basic status
- Start basic
- Update license
- Migration APIs
- Migration assistance
- Migration upgrade
- Deprecation info
- Machine learning APIs
- Add events to calendar
- Add jobs to calendar
- Close jobs
- Create calendar
- Create datafeeds
- Create filter
- Create jobs
- Delete calendar
- Delete datafeeds
- Delete events from calendar
- Delete filter
- Delete forecast
- Delete jobs
- Delete jobs from calendar
- Delete model snapshots
- Delete expired data
- Find file structure
- Flush jobs
- Forecast jobs
- Get calendars
- Get buckets
- Get overall buckets
- Get categories
- Get datafeeds
- Get datafeed statistics
- Get influencers
- Get jobs
- Get job statistics
- Get machine learning info
- Get model snapshots
- Get scheduled events
- Get filters
- Get records
- Open jobs
- Post data to jobs
- Preview datafeeds
- Revert model snapshots
- Set upgrade mode
- Start datafeeds
- Stop datafeeds
- Update datafeeds
- Update filter
- Update jobs
- Update model snapshots
- Rollup APIs
- Delete job
- Get job
- Create job
- Start job
- Stop job
- Get rollup caps
- Get rollup index caps
- Rollup search
- Rollup job configuration
- Security APIs
- Authenticate
- Change passwords
- Clear cache
- Clear roles cache
- Create API keys
- Create or update application privileges
- Create or update role mappings
- Create or update roles
- Create or update users
- Delete application privileges
- Delete role mappings
- Delete roles
- Delete users
- Disable users
- Enable users
- Get API key information
- Get application privileges
- Get role mappings
- Get roles
- Get token
- Get users
- Has privileges
- Invalidate API key
- Invalidate token
- SSL certificate
- Unfreeze index
- Watcher APIs
- Put watch
- Get watch
- Delete watch
- Execute watch
- Ack watch
- Activate watch
- Deactivate watch
- Stats
- Stop
- Start
- Restart API
- Definitions
- Calendar resources
- Datafeed resources
- Filter resources
- Job resources
- Job statistics
- Model snapshot resources
- Role mapping resources
- Results resources
- Scheduled event resources
- Release Highlights
- 6.8.11
- 6.8.0
- 6.7.0
- 6.6.0
- 6.5.0
- 6.4.0
- 6.3.0
- Breaking changes
- 6.0
- 6.1
- 6.2
- 6.3
- 6.4
- 6.5
- 6.6
- 6.7
- 6.8
- Release Notes
- Elasticsearch version 6.8.11
- Elasticsearch version 6.8.10
- Elasticsearch version 6.8.9
- Elasticsearch version 6.8.8
- Elasticsearch version 6.8.7
- Elasticsearch version 6.8.6
- Elasticsearch version 6.8.5
- Elasticsearch version 6.8.4
- Elasticsearch version 6.8.3
- Elasticsearch version 6.8.2
- Elasticsearch version 6.8.1
- Elasticsearch version 6.8.0
- Elasticsearch version 6.7.2
- Elasticsearch version 6.7.1
- Elasticsearch version 6.7.0
- Elasticsearch version 6.6.2
- Elasticsearch version 6.6.1
- Elasticsearch version 6.6.0
- Elasticsearch version 6.5.4
- Elasticsearch version 6.5.3
- Elasticsearch version 6.5.2
- Elasticsearch version 6.5.1
- Elasticsearch version 6.5.0
- Elasticsearch version 6.4.3
- Elasticsearch version 6.4.2
- Elasticsearch version 6.4.1
- Elasticsearch version 6.4.0
- Elasticsearch version 6.3.2
- Elasticsearch version 6.3.1
- Elasticsearch version 6.3.0
- Elasticsearch version 6.2.4
- Elasticsearch version 6.2.3
- Elasticsearch version 6.2.2
- Elasticsearch version 6.2.1
- Elasticsearch version 6.2.0
- Elasticsearch version 6.1.4
- Elasticsearch version 6.1.3
- Elasticsearch version 6.1.2
- Elasticsearch version 6.1.1
- Elasticsearch version 6.1.0
- Elasticsearch version 6.0.1
- Elasticsearch version 6.0.0
- Elasticsearch version 6.0.0-rc2
- Elasticsearch version 6.0.0-rc1
- Elasticsearch version 6.0.0-beta2
- Elasticsearch version 6.0.0-beta1
- Elasticsearch version 6.0.0-alpha2
- Elasticsearch version 6.0.0-alpha1
- Elasticsearch version 6.0.0-alpha1 (Changes previously released in 5.x)