Aaron Mildenstein

Results 9 issues of Aaron Mildenstein

SSL protected clusters can be X-Pack or some other mechanism. Not sure how this would be managed, configuration-wise, but it would allow testing against my actual data, instead of limiting...

feature-request

conn.indices.optimize(indices='logstash-2012.09.06', wait_for_merge=True, max_num_segments=1) {u'ok': True, u'_shards': {u'successful': 8, u'failed': 0, u'total': 8}} In spite of "wait_for_merge" being set to true, it immediately returns and it does not optimize, even in...

And at least log a warning if the file does not exist. (Migrated https://github.com/elasticsearch/logstash/issues/1441 here.)

enhancement

We ought to be able to test/verify default sincedb paths for - Logstash 5 (new `path.data` location) - Older versions (which may use the `SINCEDB_DIR` or `HOME` environment variables for...

In 5.0.0-alpha2 we moved location of `sincedb` file from `USER_HOME` to `LS_HOME`. Since we introduced `LS_HOME/data` in #5404 we should move the implementation in file input to use this setting....

The documentation for [sincedb_path in file input](http://logstash.net/docs/1.4.2/inputs/file#sincedb_path) seems to be conflicting. It says > There is no default value for this setting. And afterwards it says > The default will...

Migrated from JIRA: https://logstash.jira.com/browse/LOGSTASH-2272 which was replicated at https://github.com/elasticsearch/logstash/issues/1605 With the following config: ``` input { stdin { } } filter { kv { } } output { stdout {...

bug
P3

Migrated from: https://logstash.jira.com/browse/LOGSTASH-190 > ``` > 15:28 < jasonamster> was thinking more of a multiline pattern... what if the separator was like this: > 15:28 < jasonamster> -----------END---------- > 15:28...

enhancement

**Elasticsearch version** (`8.13.0`): **`elasticsearch-py` version (`elasticsearch8==8.13.0`)**: **Description of the problem including expected versus actual behavior**: From what I looked through in the API spec pages, this didn't seem like an...

Category: Enhancement
Area: Documentation