Skip to content

Commit

Permalink
removes commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Sep 29, 2021
1 parent af64ec4 commit 7483967
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/apm/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ export function mergeConfigs(apmConfig: APMXPackConfig) {
'xpack.apm.agent.migrations.enabled': apmConfig.agent.migrations.enabled,
};

// TODO make these default
// mergedConfig['apm_oss.transactionIndices'] = `traces-apm*,${mergedConfig['apm_oss.transactionIndices']}`;
// mergedConfig['apm_oss.spanIndices'] = `traces-apm*,${mergedConfig['apm_oss.spanIndices']}`;
// mergedConfig['apm_oss.errorIndices'] = `logs-apm*,${mergedConfig['apm_oss.errorIndices']}`;
// mergedConfig['apm_oss.metricsIndices'] = `metrics-apm*,${mergedConfig['apm_oss.metricsIndices']}`;

return mergedConfig;
}

Expand Down

0 comments on commit 7483967

Please sign in to comment.