-
Notifications
You must be signed in to change notification settings - Fork 156
ECE cloud id and endpoint docs refined #529
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
Conversation
: Used by the `curl` command and most programming languages that aren’t Java. To interact with your cluster, use your Elasticsearch cluster endpoint information from the deployment overview page in the Cloud UI. Port 9200 is used for plain text, insecure HTTP connections, while port 9243 is used for HTTPS. Using HTTPS is generally recommended, as it is more secure. | ||
|
||
If this is your first time using Elasticsearch, you can try out some `curl` commands to become familiar with the basics. If you’re on an operating system like macOS or Linux, you probably already have the `curl` command installed. For example, to connect to your cluster from the command line over HTTPS with the `curl` command: | ||
|
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.
can you either delete the ingest methods section (line 71) or give the title heading formatting?
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.
I've added a heading, but I wouldn't mind deleting it, whatever you prefer :)
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.
good enough!
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.
still good enough!
Related with https://github.com/elastic/docs-projects/issues/339
Docs to validate:
https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/529/deploy-manage/deploy/cloud-enterprise/find-cloud-id
https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/529/deploy-manage/deploy/cloud-enterprise/find-endpoint-url
We could consider merging both docs into one doc (showing both as methods to connect clients to Elasticsearch). At the moment I've left all original content and scope, just changed the navigation titles.
I don't like much the docs but I'm not sure if we have time to improve them during this migration.