-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update opensearch doc #508
Conversation
doc/clusters/opensearch.md
Outdated
| reportingPlugin | bool | Enables reporting plugin. | | ||
| loadBalancer | bool | Enables Load Balancer. | | ||
| dataNodes | Array of objects ([DataNodes](#DataNodes)) | List of data node settings | | ||
| dashboards | Array of objects ([Dashboards](#Dashboards)) | List of dashboards settings | |
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.
dashboard node settings
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.
fixed
doc/clusters/opensearch.md
Outdated
| Field | Type | Description | | ||
|---------------------|---------------------------------------------|-------------------| | ||
| nodeSize | String <br /> **required**<br />_mutable_ | Size of data node | | ||
| nodesNumber | Int32 <br /> **required** _mutable_ | Number of nodes | |
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.
add <br />
before mutable
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.
added + replaced <br />
by <br>
0bc9ee4
to
ae2b708
Compare
doc/clusters/opensearch.md
Outdated
| name | String <br> **required** | Cluster name. Should have length from 3 to 32 symbols. | | ||
| version | String <br> **required** | OpenSearch instance version. | |
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.
String -> string, Int -> int...
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.
fixed
Updated OpenSearch documentation to API v2