Yes I am pulling data from elastic search. The below source conf file does work. My issue is the syntax does not seem to match that of native elastic search when trying to use a filter. I would like to simply return all columns but have a field called orderDate and would like to only get the last 30 days of records. Has anyone had experience in this area? Any help would be highly appreciated.
'input'
'{'
'elasticsearch {'
'hosts => ["https://servername"]'
'index => "billing_event"'
'}'