Elasticsearch filter for specific documents IDs

@ldoguin I think I might be doing something very wrong:

this is the relevant part of my ES config:

##couchbase
couchbase.password: <password>
couchbase.username: <username>
couchbase.maxConcurrentRequests: 1024
couchbase.defaultDocumentType: couchbaseDoc
couchbase.keyFilterType: include
couchbase.keyFilters.filter1: ^user.*$ 

In spite of the keyfilter I see all my documents coming into es. Is there anything I’m missing?

All our user documents have ID’s starting with user::. E.g. ‘user::79801’