forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into compile-with-jdk-9
* master: Set watermarks in single-node test cases Add the ability to bundle multiple plugins into a meta plugin (elastic#28022) Declare empty package dirs as output dirs Consistent updates of IndexShardSnapshotStatus (elastic#28130)
- Loading branch information
Showing
40 changed files
with
1,625 additions
and
519 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
buildSrc/src/main/resources/meta-plugin-descriptor.properties
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,21 @@ | ||
# Elasticsearch meta plugin descriptor file | ||
# This file must exist as 'meta-plugin-descriptor.properties' in a folder named `elasticsearch`. | ||
# | ||
### example meta plugin for "meta-foo" | ||
# | ||
# meta-foo.zip <-- zip file for the meta plugin, with this structure: | ||
#|____elasticsearch/ | ||
#| |____ <bundled_plugin_1> <-- The plugin files for bundled_plugin_1 (the content of the elastisearch directory) | ||
#| |____ <bundled_plugin_2> <-- The plugin files for bundled_plugin_2 | ||
#| |____ meta-plugin-descriptor.properties <-- example contents below: | ||
# | ||
# description=My meta plugin | ||
# name=meta-foo | ||
# | ||
### mandatory elements for all meta plugins: | ||
# | ||
# 'description': simple summary of the meta plugin | ||
description=${description} | ||
# | ||
# 'name': the meta plugin name | ||
name=${name} |
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
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
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
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
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
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
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
Oops, something went wrong.