kaisecheng
kaisecheng
Logstash fail to start when the page size is too high **Step to reproduce** logstash.yml ``` queue.page_capacity: 2048mb ``` **Log** ``` [org.logstash.execution.AbstractPipelineExt] Logstash failed to create queue. org.jruby.exceptions.RangeError: (RangeError) integer...
Both full & oss aarch64 docker acceptance tests [fail](https://logstash-ci.elastic.co/view/All/job/elastic+logstash+main+multijob-aarch64-docker-acceptance/) in main ``` [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties file...
## Release notes Fix persistent queue size calculation to include whole size of tail pages ## What does this PR do? This commit uses the capacity of tail pages to...
Relates: #14245 Logstash has a couple of entrypoints in `bin/`. One of the entrypoint `bin/logstash-keystore` experienced `exception=NameError, message=>uninitialized constant I18n` when it comes to the deprecation [message](https://github.com/elastic/logstash/blob/v7.16.0/logstash-core/lib/logstash/settings.rb#L799). It is because...
#### Tell us about the issue **Description:** Missing the information of using `bin/logstash-plugin prepare-offline-pack` with proxy **URL:** https://www.elastic.co/guide/en/logstash/current/offline-plugins.html **Anything else?** Depending on #8922
Relates: #14388 The maximum PQ page capacity is Integer.MAX_VALUE which is 2147483647 bytes. User cannot set `queue.page_capacity: 2gb`
remove any hard-coded reference of the "elastic" user: the new username is returned in the API response - "elastic" user will be removed - create a privileged "testing-internal" user through...
In agent -> Logstash setup, agent set timestamp in `@timestamp` field. Logstash also use the same field to mark the event creation time. However, the output event only has one...
The value of dollar sign variable `${VAR}` can be resolved from [environment variable](https://www.elastic.co/guide/en/logstash/current/environment-variables.html) and [keystore](https://www.elastic.co/guide/en/logstash/8.11/keystore.html). When the same key is defined in both places, keystore takes the precedence. However, when...
Currently, `localhost:9600/` returns 4xx when the API server sets basic authentication and the request doesn't provide username password. One suggestion is to allow root path to return 200 without providing...