issues
search
teragrep
/
aer_02
Azure EventHub to syslog bridge using Azure Java Function
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Initial version with String type instead of EventData and metrics HttpTrigger
#8
Closed
eemhu
closed
1 day ago
eemhu
commented
1 day ago
Changed EventData[] to String[] data type.
Contains tests
Contains access to prometheus metrics via metrics HttpTrigger -> Note: Access requires function key, can be provided via
?code=
query string or
x-functions-key
request header. More details:
https://learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to?tabs=azure-portal
Uses Java 11.
?code=
query string orx-functions-key
request header. More details: https://learn.microsoft.com/en-us/azure/azure-functions/function-keys-how-to?tabs=azure-portal