File tree 1 file changed +12
-1
lines changed
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
17
17
save disk space. As a consequence, database files had to be loaded in memory. Now the default database files
18
18
that are stored uncompressed as `.mmdb` files which allows to memory-map them and save heap memory. Any
19
19
custom 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