Skip to content

Commit

Permalink
removing unused configs from the config path migration: apm_oss.index…
Browse files Browse the repository at this point in the history
…Pattern and apm_oss.fleetMode
  • Loading branch information
ogupte committed Oct 7, 2021
1 parent 82aa5b0 commit 0122390
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/apm/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ export const config: PluginConfigDescriptor<APMXPackConfig> = {
renameFromRoot('apm_oss.metricsIndices', 'xpack.apm.metricsIndices'),
renameFromRoot('apm_oss.sourcemapIndices', 'xpack.apm.sourcemapIndices'),
renameFromRoot('apm_oss.onboardingIndices', 'xpack.apm.onboardingIndices'),
renameFromRoot('apm_oss.indexPattern', 'xpack.apm.indexPattern'),
renameFromRoot('apm_oss.fleetMode', 'xpack.apm.fleetMode'),
deprecateFromRoot('apm_oss.enabled', '8.0.0'),
unusedFromRoot('apm_oss.fleetMode'),
unusedFromRoot('apm_oss.indexPattern'),
Expand Down

0 comments on commit 0122390

Please sign in to comment.