Hi,
I'm trying to apply some naming validation to each field that passes through Logstash, to match some predefined naming convention using regex.
Assuming that I can distinguish within Logstash which field is eligible to be indexed or not, is it possible to somehow hint elasticsearch to not index them? without changing the field's name.
Thanks,