Skip to content

Commit

Permalink
Merge pull request elastic#449 from Tom-Artale/no-dispatch-on-allconf
Browse files Browse the repository at this point in the history
Removes Dispatch sections from AllConf
  • Loading branch information
Tom Artale authored and Tom Artale committed Nov 10, 2015
2 parents ad3f766 + 0d8f9ee commit 8a343d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protofiles/configelements/ux/AllConf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ message AllConf {
optional ConfigUX configServerConfigUX = 7;
optional ConfigServerConfigUX configServerConfig = 8;

optional ConfigUX dispatchClientConfigUX = 9;
optional DispatchClientConfigUX dispatchClientConfig = 10;
// DEPRECATED optional ConfigUX dispatchClientConfigUX = 9;
// DEPRECATED optional DispatchClientConfigUX dispatchClientConfig = 10;

optional ConfigUX dispatchConfigUX = 11;
optional DispatchConfigUX dispatchConfig = 12;
// DEPRECATED optional ConfigUX dispatchConfigUX = 11;
// DEPRECATED optional DispatchConfigUX dispatchConfig = 12;

optional ConfigUX elasticsearchClientConfigUX = 13;
optional ElasticSearchClientConfigUX elasticsearchClientConfig = 14;
Expand Down

0 comments on commit 8a343d8

Please sign in to comment.