Jake Landis
Jake Landis
When Logstash is run as service and the password is not available to the running service via `/etc/sysconfig/logstash` the following error message may occur: ``` [2018-06-06T16:52:47,582][ERROR][logstash.agent ] Failed to execute...
This commit adds TLS for the transport layer and optional support for https for `./gradlew run` and `./gradlew run-ccs` tasks. A new system property `--https` can be passed to expose...
This commit adds a new `remote_cluster` to the role and API keys to enable expressing cluster permissions across remote clusters similar to the `remote_indices` block for RCS 2.0 (API key...
This commit introduces a test to help ensure that actions used between CCR and CCS are evaluated on case-by-case basis if/when the allowed permissions overlap. Some cases are fine if...
### Description When executing ES|QL over CCS (new and tech preview in 8.14) the permissions require that the user have "read" access defined for the local cluster. The following are...
### Description [API key based CCS ](https://www.elastic.co/guide/en/elasticsearch/reference/current/remote-clusters-api-key.html) allows for more granular control for what is allowed between clusters. ES|QL over CCS with API key based CCS has some unique requirements...
This commit prepares the docs for v9. * removes all v8 release notes, highlights, and breaking changes * update v8 files to v9 as place holders for v9 docs *...