class SendElasticSearch

Defined in:

deliver/send_elasticsearch.cr

Instance Method Summary

Instance methods inherited from class Deliver

apply_all(endpoints : Array(Endpoint)) apply_all, apply_filters(endpoints : Array(Endpoint)) apply_filters, apply_matchers(endpoints : Array(Endpoint)) apply_matchers, filters : Array(String) filters, headers : Hash(String, String) headers, matchers : Array(String) matchers, proxy : String proxy, run run

Constructor methods inherited from class Deliver

new(options : Hash(Symbol, String)) new

Instance Method Detail

def run(endpoints : Array(Endpoint), es_endpoint : String) #

[View source]