For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

TTF888_160708's avatar
TTF888_160708
Icon for Nimbostratus rankNimbostratus
Jul 18, 2014

How do I send audit logs and AVR stats to our InfluxDB for visualization?

I am trying to send the AVR stats and audit logs to our InfluxDB. I just need to be able to publish those logs to a port. We are using fluentd to collect those logs and then push them into InfluxDB for visualization.

 

But I am not clear how to publish those logs remotely? I see the remote logging configuration in the GUI, but it looks like that is for LTM logs. I am running this in our LTM VE on VMWare Fusion.

 

1 Reply

  • R_Eastman_13667's avatar
    R_Eastman_13667
    Historic F5 Account

    Create a pool in LTM with the influxDB node and port number. In your iRule create a High Speed Logging connection to the pool. Send the audit data to the pool.

    set newHSLConnection [HSL::open -proto TCP -pool influxDB_1514_pool]
    HSL::send $newHSLConnection "AVR_stats_and_audit_logs"