- Make JSON mapping optional
- Bugfix for the scenario where the plugin uses managed identity. Instead of providing the managed identity name as empty in the config, it can completely be skipped
- Use (5.0.2) version of the java sdk, and retrieve it from maven with bundler. Supports logstash 8.6 versions and up
- Upgrade to latest Java SDK fixes CVE and addresses Issue#48
- Use (3.1.3) version of the java sdk, and retrieve it from maven with bundler.
- Added support for
proxy_host
proxy_port
proxy_protocol
to support proxying ingestion to Kusto
- Use stable (2.1.2) version of the java sdk, and retrieve it from maven with bundler.
- Renamed
mapping
tojson_mapping
in order to clarify usage.mapping
still remains as a deprecated parameter.
- set 'client name for tracing' to identify usage of this plugin on Kusto logs
- move to version 1.0.0-BETA-04 of azure-kusto-java sdk
- better support multiple kusto outputs running in parallel
- move to version 1.0.0-BETA-01 of azure-kusto-java sdk
- fixed app_key (password) bug, include 0.1.7 of the kusto-java-sdk to allow working through a proxy
- plugin published to the public. supports ingestion json events into a specific table-database (without dynamic routing currently)
- Plugin created with the logstash plugin generator