-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Cross Cluster Replication] NP Shim #60121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
a451347
68577fe
0b1d330
891ffa2
7d8d0cc
7030891
75f79c7
430b491
be87bab
c602fba
37e4b8c
4bf83cf
a77999c
390dc6b
49631db
50430e7
a38eeb4
ca2cd89
3cbb917
e2f7a22
b4bd35f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,4 +10,4 @@ | |
| // ccrChart__legend--small | ||
| // ccrChart__legend-isLoading | ||
|
|
||
| @import 'app/app'; | ||
| @import 'np_ready/app/app'; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,12 +29,12 @@ import { | |
| EuiTitle, | ||
| } from '@elastic/eui'; | ||
|
|
||
| import { INDEX_ILLEGAL_CHARACTERS_VISIBLE } from 'ui/indices'; | ||
| import { indexPatterns } from '../../../../../../../../src/plugins/data/public'; | ||
|
|
||
| import routing from '../services/routing'; | ||
| import { extractQueryParams } from '../services/query_params'; | ||
| import { getRemoteClusterName } from '../services/get_remote_cluster_name'; | ||
| import { API_STATUS } from '../constants'; | ||
| import { API_STATUS, INDEX_ILLEGAL_CHARACTERS_VISIBLE } from '../constants'; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you should be able to import
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I saw this guy coming up! I'll resolve once it is merged. |
||
| import { SectionError } from './section_error'; | ||
| import { AutoFollowPatternIndicesPreview } from './auto_follow_pattern_indices_preview'; | ||
| import { RemoteClustersFormField } from './remote_clusters_form_field'; | ||
|
|
@@ -44,7 +44,6 @@ import { | |
| } from '../services/auto_follow_pattern_validators'; | ||
|
|
||
| import { AutoFollowPatternRequestFlyout } from './auto_follow_pattern_request_flyout'; | ||
| import { indexPatterns } from '../../../../../../../src/plugins/data/public'; | ||
|
|
||
| const indexPatternIllegalCharacters = indexPatterns.ILLEGAL_CHARACTERS_VISIBLE.join(' '); | ||
| const indexNameIllegalCharacters = INDEX_ILLEGAL_CHARACTERS_VISIBLE.join(' '); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this change necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And by 👍 I mean no of course 😄