agido-malter / logback-elasticsearch-appender

Logback Elasticsearch Appender
Other
23 stars 11 forks source link

configurable operation setting #16

Closed jvh-iodigital closed 1 year ago

jvh-iodigital commented 1 year ago

Adds an configurable Operation setting for op_type.

https://github.com/elastic/elasticsearch/issues/21535

jvh-iodigital commented 1 year ago

I realized the value lookup is implemented in a naive way, which is not very performant compared to Enum.valueOf. Since this PR is already merged I will open a new one with improvements.