If use now-7d/d in a percolator query in 5.4.0+ I get an error:
Caused by: java.lang.IllegalArgumentException: Percolator queries are not allowed to use the current timestamp
at org.elasticsearch.index.IndexService.lambda$null$0(IndexService.java:149) ~[elasticsearch-5.4.0-SNAPSHOT.jar:5.4.0-SNAPSHOT]
I'm reading https://github.com/elastic/elasticsearch/commit/7bc2477c1b939b4ab0a0dab79dc179a2ae51a8de and it says that they are now supported. I even built a fresh elasticsearch from source through gradle assemble and tried it there but no go.
Any suggestions?