Skip to content

Conversation

@cjcenizal
Copy link
Contributor

No description provided.

@cjcenizal cjcenizal added chore Feature:CCR and Remote Clusters Feature:ILM v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// release_note:skip Skip the PR/issue when compiling release notes Feature:Rollups v7.9.0 labels May 21, 2020
@cjcenizal cjcenizal requested a review from alisonelizabeth May 21, 2020 20:49
@cjcenizal cjcenizal requested a review from a team as a code owner May 21, 2020 20:49
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

Copy link
Contributor

@alisonelizabeth alisonelizabeth left a 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).
Copy link
Contributor

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?

Copy link
Contributor Author

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!

* 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).
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Will update.

@cjcenizal
Copy link
Contributor Author

CC @nickpeihl I'm adding this info per a conversation you and I had a couple weeks ago.

@cjcenizal cjcenizal requested a review from nickpeihl May 26, 2020 18:20
Copy link
Member

@nickpeihl nickpeihl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Feature:CCR and Remote Clusters Feature:ILM Feature:Rollups release_note:skip Skip the PR/issue when compiling release notes Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// v7.9.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants