Skip to content

Commit

Permalink
undo index name changes I made in apm integration test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Jul 16, 2021
1 parent bd6c938 commit 48e1b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/apm_api_integration/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const apmFtrConfigs = {
rules: {
license: 'trial' as const,
kibanaConfig: {
'xpack.ruleRegistry.index': '.alerts-observability-apm',
'xpack.ruleRegistry.index': '.kibana-alerts',
'xpack.ruleRegistry.write.enabled': 'true',
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const BULK_INDEX_DELAY = 1000;
const INDEXING_DELAY = 5000;

const ALERTS_INDEX_TARGET = '.alerts-observability-apm*';
const ALERTS_INDEX_TARGET = '.kibana-alerts-*-apm*';
const APM_TRANSACTION_INDEX_NAME = 'apm-8.0.0-transaction';

const createTransactionEvent = (override: Record<string, any>) => {
Expand Down

0 comments on commit 48e1b91

Please sign in to comment.