File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,15 @@ See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Stor
1717save disk space. As a consequence, database files had to be loaded in memory. Now the default database files
1818that are stored uncompressed as `.mmdb` files which allows to memory-map them and save heap memory. Any
1919custom database files must also be stored uncompressed. Consequently, the `database_file` property in any
20- ingest pipelines that use the Geoip Processor must refer to the uncompressed database files as well.
20+ ingest pipelines that use the Geoip Processor must refer to the uncompressed database files as well.
21+
22+ ==== Using the plugin installer without a TTY
23+
24+ The Elasticsearch plugin installer (`elasticsearch-plugin install`) would
25+ previously silently accept additional security permissions required by a plugin
26+ if standard input was closed or there was no TTY attached (e.g., `docker exec
27+ <container ID> elasticsearch-plugin install`). This silent accepting of
28+ additional security permissions has been removed. Now, a user must deliberately
29+ accept these permissions either by keeping standard input open and attaching a
30+ TTY (i.e., using interactive mode to accept the permissions), or by passing the
31+ `--batch` flag.
You can’t perform that action at this time.
0 commit comments