Aaron Mildenstein
Aaron Mildenstein
I'm with @icelander here. I've tried and all I can get is errors: ``` Mar 16 17:53:33 mattermost mattermost[117406]: Error: failed to load configuration: failed to create store: unable to...
There's always [Elastic Curator](https://www.elastic.co/guide/en/elasticsearch/client/curator/5.6/index.html) if you want to use Rollover, but are using OSS Elasticsearch (no Basic license). It's OSS, and requires no license.
I don't think this is something we can do on the fly, in grok, or any other plugin. An index template is defined once, and applied every time a new...
Thanks for the consideration. I'm good with that as a starting point, but it's not merely access to cloud.elastic.co I'm requesting. Full SSL access requires the ability to specify keys...
Piping in from the field here. AWS ES does not allow use of the /_cluster/state/metadata endpoint. This causes problems with supporting tools, like Elasticsearch Curator. See https://github.com/elastic/curator/issues/717
It still doesn't work. This is what I call: ``` #For some reason, this doesn't seem to work, though it should.''' # conn.indices.optimize(indices=index, wait_for_merge=True, max_num_segments=1) try: r = http.request('GET', 'http://'...
Assigning @palecur, since he self-assigned https://github.com/elastic/logstash/issues/1651
@phutchins it looks like there are merge conflicts. Could you please rebase your code? Also, please make sure the versions match up correctly and add a blurb to the CHANGELOG...
Thanks for that. What's the use case here? Why is `sincedb_path` insufficient?
This is in reference to #133