File tree Expand file tree Collapse file tree 12 files changed +12
-312
lines changed
src/plugins/point_in_time_management Expand file tree Collapse file tree 12 files changed +12
-312
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import React from 'react' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import React from 'react' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
export { EmptyState } from './empty_state' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import { PointInTimeManagementPlugin } from './plugin' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
export { mountManagementSection } from './mount_management_section' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import React from 'react' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import { i18n } from '@osd/i18n' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import { ApplicationStart , ChromeStart } from 'opensearch-dashboards/public' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import { PluginInitializerContext } from '../../../core/server' ;
Original file line number Diff line number Diff line change 1
1
/*
2
+ * Copyright OpenSearch Contributors
2
3
* SPDX-License-Identifier: Apache-2.0
3
- *
4
- * The OpenSearch Contributors require contributions made to
5
- * this file be licensed under the Apache-2.0 license or a
6
- * compatible open source license.
7
- *
8
- * Any modifications Copyright OpenSearch Contributors. See
9
- * GitHub history for details.
10
- */
11
-
12
- /*
13
- * Licensed to Elasticsearch B.V. under one or more contributor
14
- * license agreements. See the NOTICE file distributed with
15
- * this work for additional information regarding copyright
16
- * ownership. Elasticsearch B.V. licenses this file to you under
17
- * the Apache License, Version 2.0 (the "License"); you may
18
- * not use this file except in compliance with the License.
19
- * You may obtain a copy of the License at
20
- *
21
- * http://www.apache.org/licenses/LICENSE-2.0
22
- *
23
- * Unless required by applicable law or agreed to in writing,
24
- * software distributed under the License is distributed on an
25
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
26
- * KIND, either express or implied. See the License for the
27
- * specific language governing permissions and limitations
28
- * under the License.
29
4
*/
30
5
31
6
import {
You can’t perform that action at this time.
0 commit comments