Hi,
I am using elasticsearch spark connector and trying to use es.read.field.exclude to exclude reading two fields. In the documentation there is this example given
es.read.field.exclude = company.income
I have two fields host.ip and host.mac which i am trying to exclude. How do i use this configuration when there are more than 1 field?