Skip to content

Commit

Permalink
[Enterprise Search] Fix connectors jobs index name (elastic#161824)
Browse files Browse the repository at this point in the history
## Summary

This fixes the wrong index name for the connectors job index.
  • Loading branch information
sphilipse authored Jul 13, 2023
1 parent 1727a5e commit ded257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/enterprise_search/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ export const config: PluginConfigDescriptor<ConfigType> = {
export const CONNECTORS_INDEX = '.elastic-connectors';
export const CURRENT_CONNECTORS_INDEX = '.elastic-connectors-v1';
export const CONNECTORS_JOBS_INDEX = '.elastic-connectors-sync-jobs';
export const CURRENT_CONNECTORS_JOB_INDEX = '.elastic-connectors-v1';
export const CURRENT_CONNECTORS_JOB_INDEX = '.elastic-connectors-sync-jobs-v1';
export const CONNECTORS_VERSION = 1;
export const CRAWLERS_INDEX = '.ent-search-actastic-crawler2_configurations_v2';

0 comments on commit ded257f

Please sign in to comment.