Skip to content

Commit

Permalink
Introduce a metadata file listing all core plugins
Browse files Browse the repository at this point in the history
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
danielmitterdorfer committed Sep 20, 2017
1 parent e544b16 commit 203f801
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
35 changes: 35 additions & 0 deletions plugins/core-plugins.txt
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
10 changes: 10 additions & 0 deletions plugins/official-plugins.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
########################################################################
#
# This config file is used for older versions of Rally (before 0.7.3)
#
# It contains all plugins that are part of Elasticsearch core. However,
# we exclude plugins that require custom configuration here as they
# could not be used out of the box.
#
#
########################################################################
analysis-icu
analysis-kuromoji
analysis-phonetic
Expand Down

0 comments on commit 203f801

Please sign in to comment.