All Apps and Add-ons

App for A10 Networks

socespap
Explorer

Hi,

Anyone have experienced any issus with the App for A10 Networks, more precisely with SLB?

I have been using the Aflex default file on my A10 Load Balancer, distributed with the APP, but some values on dashboards appears completely out of order and without any context.

I believe that the problem is related with the form that the Aflex format the string for logging.

// Format strings for logging
set log_str "$date_time_request $c_ip $s_ip $s_port $cs_method $cs_uri_stem $cs_uri_query $n_ip $n_port $sc_status $sc_bytes $cs_bytes $final_time_taken $cs_useragent $cs_referer"

Any Tip?

sincerely

VML

0 Karma

bking8471
New Member

Our dashboards were logging the time stamps as IP addresses. To resolve the issue we changed the props file extraction to EXTRACT-time to {8} from {6} then changed the other EXTRACT fields so they were higher than the previous EXTRACT {} field.

New props.

EXTRACT-date = (?i)logging_w3c:(?P[^ ]+)
EXTRACT-time = (?i)^(?:[^ ]* ){8}(?P[^ ]+)
EXTRACT-c_ip = (?i)^(?:[^ ]* ){9}(?P[^ ]+)
EXTRACT-s_ip = (?i)^(?:[^ ]* ){10}(?P[^ ]+)
EXTRACT-s_port = (?i)^(?:[^ ]* ){11}(?P[^ ]+)
EXTRACT-cs_method = (?i)^(?:[^ ]* ){12}(?P[^ ]+)
EXTRACT-cs_uri_stem = (?i)^(?:[^ ]* ){13}(?P[^ ]+)
EXTRACT-cs_uri_query = (?i)^(?:[^ ]* ){14}(?P[^ ]+)
EXTRACT-n_ip = (?i)^(?:[^ ]* ){15}(?P[^ ]+)
EXTRACT-n_port = (?i)^(?:[^ ]* ){16}(?P[^ ]+)
EXTRACT-sc_status = (?i)^(?:[^ ]* ){17}(?P[^ ]+)
EXTRACT-sc_bytes = (?i)^(?:[^ ]* ){18}(?P[^ ]+)
EXTRACT-cs_bytes = (?i)^(?:[^ ]* ){19}(?P[^ ]+)
EXTRACT-final_time_taken = (?i)^(?:[^ ]* ){20}(?P[^ ]+)
EXTRACT-cs_useragent = (?i)^(?:[^ ]* ){21}(?P[^ ]+)
EXTRACT-cs_referer = (?i)^(?:[^ ]* ){22}(?P[^ ]+)

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...