-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Add steps for quickly testing to the READMEs of ILM, Rollup, and CCR. #67213
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
Add steps for quickly testing to the READMEs of ILM, Rollup, and CCR. #67213
Conversation
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
alisonelizabeth
left a comment
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.
Thanks for adding this @cjcenizal! This is really helpful. I went through all the steps and everything worked as expected. I left a couple nits, but nothing blocking.
| 3. Start your "local" cluster by running `.es/8.0.0/bin/elasticsearch` and starting Kibana. | ||
| 4. Start your "remote" cluster by running `.es/8.0.0-2/bin/elasticsearch -E cluster.name=europe -E transport.port=9400`. | ||
| 5. Index a document into your remote cluster by running `curl -X PUT http://elastic:changeme@localhost:9201/my-leader-index --data '{"settings":{"number_of_shards":1,"soft_deletes.enabled":true}}' --header "Content-Type: application/json"`. | ||
| Note that these settings are required for testing auto-follow pattern conflicts errors (see below). |
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.
Note that these settings are required for testing auto-follow pattern conflicts errors (see below)
I'm not sure what the "see below" is referring to. Should there be more information regarding testing conflict errors?
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.
Whoops, copy/pasta from #62890. I'll incorporate the information referenced in that PR description. Thanks for catching this!
x-pack/plugins/rollup/README.md
Outdated
| * Install sample data (web logs is a good one). | ||
| * Create a rollup job with an index pattern that captures this index (e.g. `k*`). | ||
| * Set frequency to "minute". Clear the latency buffer field. | ||
| * Select the time field which is the same time field selected in the installed index pattern (`timestamp` without an `@` in the case of web logs). |
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.
Do you think it's worth mentioning the "Time bucket size" field is required?
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 idea! Will update.
|
CC @nickpeihl I'm adding this info per a conversation you and I had a couple weeks ago. |
nickpeihl
left a comment
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.
lgtm! thanks!
No description provided.