Processor

trait Processor

Abstract representation of a processor with a constant name (e.g. "geoip") and an XContentBuilder that constructs the body (e.g. { "field" : "ip" } ).

class Object
trait Matchable
class Any

Value members

Abstract methods

def buildProcessorBody(): XContentBuilder
def name: String