I don't think the iControl collection interface has been updated to support this data.
According to https://docs.splunk.com/Documentation/AddOns/released/F5BIGIP/Sourcetypes there is no f5:bigip:apm: definitions
... View more
Looking in the TA default/props.conf line 381
EVAL-action = if(isnull(access_policy_result), null, if(access_policy_result="Logon_Deny","blocked","allowed"))
Looks like it should default to "allowed" unless the deny action is reached.
I would raise a support case to Splunk as this is a bug -> http://docs.splunk.com/Documentation/CIM/4.12.0/User/Authentication
... View more
Your observations are spot on. The data does overlap, and it would require significant refactoring of both apps to not cause data duplication. I have opened an F5 Enhancement Request for them to take over CIM compliance. I have gone with the Splunk based app because of the CIM model to support Splunk ES. Also, the F5 app requires a very LARGE amount of data ingestion license since everything it produces is based on JSON formatted data.
... View more
You configured port 9515 as the TCP syslog port in splunk. I would change that back to 9514 as you can have TCP/UDP on the same port number.
... View more
What is the SPL or search command you used to find the events. Also, what is your indexing topology? That syntax is what I use. How did you configure the F5 side?
... View more
So... I chose the Update domain button, and then "Re-run LDAPSearch". I checked the processes running on the server and the python script to load the directory information was running. I then just let the process run overnight. It takes many hours. When I arrived at work in the morning, it was configured and the directory information populated.
... View more
I believe that the Add-On is a superset of the individual parts. The Add-On also has additional capabilities s to collect metrics thru iControl APIs.
... View more
Everytime I click on the Save Config Choice; nothing happens. When I reload the setup page, the domain selection has already disappeared. I already following the suggestion to remove the imports attribute for the metadata. Any ideas?
... View more
Does anyone know the full effects of the new option "force_local_processing "? How does it change the following information: https://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F
What are the aggregator and regex replacement processors?
... View more
most props.conf and transforms.conf settings need to be done at the indexer
Is there a more comprehensive definition of "most" and "works"?
... View more