-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a metadata file listing all core plugins
With this commit we add a new metadata file called "core-plugins.txt" which contains all Elasticsearch core plugins and not just the ones that can be used with Rally out-of-the-box (i.e. without additional configuration). Relates elastic/rally#309
- Loading branch information
1 parent
e544b16
commit 203f801
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
######################################################################## | ||
# | ||
# This config file is used for Rally >= 0.7.3. | ||
# | ||
# It contains the names of all plugins that are part of Elasticsearch | ||
# core. Some of them require custom configuration and will not work | ||
# out of the box (see x_pack for an example on how to create a custom | ||
# plugin configuration). | ||
# | ||
######################################################################## | ||
analysis-icu | ||
analysis-kuromoji | ||
analysis-phonetic | ||
analysis-smartcn | ||
analysis-stempel | ||
analysis-ukrainian | ||
# 'discovery-*' requires custom config | ||
discovery-azure-classic | ||
discovery-ec2 | ||
discovery-file | ||
discovery-gce | ||
ingest-attachment | ||
ingest-geoip | ||
ingest-user-agent | ||
lang-javascript | ||
lang-python | ||
mapper-attachments | ||
mapper-murmur3 | ||
mapper-size | ||
# 'repository-*' requires custom config | ||
repository-azure | ||
repository-gcs | ||
repository-hdfs | ||
repository-s3 | ||
store-smb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters