Skip to content

Commit 76ec7d3

Browse files
committed
Cleans up a few more references
1 parent 0708bba commit 76ec7d3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Open Distro for Elasticsearch Index Management Dashboards
1+
# Index Management Dashboards
22

3-
The Open Distro for Elasticsearch Index Management Dashboards plugin lets you manage your [Open Distro for Elasticsearch Index Management Dashboards plugin](https://github.com/opensearch-project/index-management-dashboards-plugin) to view, monitor, and manage your indices directly from OpenSearch-Dashboards.
3+
The Index Management Dashboards plugin lets you manage your [Index Management Dashboards plugin](https://github.com/opensearch-project/index-management-dashboards-plugin) to view, monitor, and manage your indices directly from OpenSearch-Dashboards.
44

55
## Documentation
66

server/clusters/ism/ismPlugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
import { API } from "../../utils/constants";
1717

1818
/*
19+
TODO: migrate to types
1920
* Types are not available until 7.2
20-
* https://github.com/elastic/kibana/blob/v7.2.0/src/core/server/elasticsearch/elasticsearch_client_config.ts
21+
* https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/opensearch/client/client_config.ts
2122
* */
2223
export default function ismPlugin(Client: any, config: any, components: any) {
2324
const ca = components.clientAction.factory;

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
// extend Kibana's tsconfig, or use your own settings
2+
// extend OpenSearch Dashboards's tsconfig, or use your own settings
33
"extends": "../../tsconfig.json",
44

55
// tell the TypeScript compiler where to find your source files

0 commit comments

Comments
 (0)