Method | Description | |
---|---|---|
Post ( |
||
PostBulk ( |
Post the events to the Elasticsearch _bulk API for faster inserts
|
|
RequestFor ( |
Method | Description | |
---|---|---|
GetRequestStream ( |
public Post ( |
||
uri | ||
item | log4net.ElasticSearch.Models.logEvent | |
return | void |
public PostBulk ( |
||
uri | Fully formed URI to the ES endpoint | |
items | IEnumerable |
List of logEvents |
return | void |
public static RequestFor ( |
||
uri | ||
return |