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

f5 logs to azure

shaikhzaid
Altocumulus
Altocumulus

I have configured my F5 to forward the system, ltm and asm logs to azure sentinel by referring the below resource.

https://community.f5.com/t5/technical-articles/deploying-big-ip-telemetry-streaming-with-azure-senti...

Under the system metrics settings, the AVR is installed, to push the declaration i need to execute below commands

tmsh modify analytics global-settings { offbox-protocol tcp offbox-tcp-addresses add { 127.0.0.1 } offbox-tcp-port 6514 use-offbox enabled } 
tmsh save /sys config 

 I want to know before executing the above in F5 cli, is there any HA failover or disruption is expected?

Accordingly, i will have to prepare my activity.

My F5 is in Azure cloud deployed as an HA (A-S).

 

1 REPLY 1

JRahm
Community Manager
Community Manager

Hi @shaikhzaid, it should not cause a problem on the dataplane, however the config save (depending on how big your configuration is) might cause a slight delay in your CLI/GUI/API operations.