- Updated multiple Java dependencies #99
- Updated Azure Event Hub client library to version 3.3.0 #96
- Fixed issue with
getHostContext
method accessibility, causing plugin not to be able to run #93
- Fixed connection placeholder replacements errors with Logstash
8.15.1
and8.15.2
#92
- [DOCS] Clarify examples for single and multiple event hubs #90
- [DOCS] Add outbound port requirements for Event Hub #88
- Upgrade multiple dependencies such as
gson
,log4j2
,jackson
to make the plugin stable #83
- Fix: Replace use of block with lambda to fix wrong number of arguments error on jruby-9.3.4.0 #75
- Build: make log4j-api a provided dependency #73
- Update log4j dependencies to 2.17.0
- Updated the minor version of Azure SDK and other dependencies to ensure users of this plugin get upstream fixes and improvements #67
- Add EventHub
user properties
in@metadata
object #66
- Fixed missing configuration of
prefetch_count
andreceive_timeout
#61
- Refactor: scope and review global java_imports #57
- [DOC] Changed documentation to update the default number of threads #55
- Changed the default number of threads from
4
to16
to match the default number from the Azure-Sdk EventProcessorHost #54
- Fixed missing configuration of the
max_batch_size
setting #52
- [DOC] Added clarification for threads parameter #50
- Added workaround to fix errors when using this plugin with Java 11#38
- Updated Azure event hub library dependencies#36
- Updated Azure event hub library dependencies#27
- Added guidelines for setting number of threads
- Fixed doc issues
- Changed
event-hub-connections
toevent_hub_connections
- Added emphasis for singular vs. plural for event_hub_connections
- Changed
- Fixed minor doc issues
- Changed doc to hardcode
Logstash
rather than using an attribute.
- Fixed logging for exception handler
- Initial release of
logstash-input-azure_event_hubs
supersedeslogstash-input-azureeventhub
- Re-implementation that uses Event Processor Host API and new configuration options.