Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

F5 metrics stream to Oracle streaming service

raindrop18
Altocumulus
Altocumulus

 

Hello,

I need to F5 metrics stream to the Oracle streaming service which is compatible with Kafka, however, I have to use the Kafka declaration and unable to connect to the streaming service. 

 Is anyone able to achieve this?!

 

my declaration was this one but keep errors out

 

 

{
     "class": "Telemetry",
     "controls": {
         "class": "Controls",
         "logLevel": "debug"
     },
     "My_System": {
         "class": "Telemetry_System",
         "systemPoller": {
             "interval": 60
         }
     },
     "AConsumer": {
         "class": "Telemetry_Consumer",
         "type": "Kafka",
         "host": "xxxxxxx",
         "protocol": "binaryTcpTls",
         "port": "9092",
         "topic": "f5-telemetry",
         "authenticationProtocol": "SASL-PLAIN",
         "username":"xxxxxxxx",
         "passphrase":{
         "cipherText":"xxxxxx"
         }
     }
 }

 

 

 

1 REPLY 1

Leslie_Hubertus
Community Manager
Community Manager

Hey @raindrop18 - I see nobody has answered this yet, so FYI I've asked a colleague to see if they can help.