Releases: f5devcentral/application-study-tool
Releases · f5devcentral/application-study-tool
Updated Grafana Container
v0.9.7
v0.9.6
v0.9.5 Release
- Updated Prometheus version to v2.53.5
- Updated Grafana version to v11.6.3
- Misc dashboard fixes
- Security fixes
v0.9.4
- Fix for DoS profile configuration
v0.9.3
v0.9.2
🚨 Be sure to note breaking change in v0.9.0 🚨
This version updates the collector to v0.9.2 with misc bug fixes listed below.
Collector v0.9.2
Fixed
- Fix dataType enabled knob for SSL Cert collection
- Fix DNS Profile and Network Interface endpoint $select filters
- Fix token deletion flow for non-admin accounts
v0.9.1
🚨 Be sure to note breaking change in v0.9.0 🚨
v0.9.1
Fixed
- Issue with Fleet Inventory Active Module panel display
- Documented config flag for disabling all bash command collection
Collector v0.9.1
Fixed
- Fixed API response parsing for subset of collector calls.
- Fixed collection for metric f5.pool_member.connections
Changed
- Bash call processing enhancement: calls with results including malformed rows will produce values for the valid rows
- Exposed BigIP Receiver config flag
enable_bash_collection(default = true) to allow non-admin account users to turn these calls off rather than allowing them to fail with authorization errors.
v0.9.0
🚩🚩 Breaking Change 🚩🚩
Collection for the following data types are now defaulted to 'disabled' to better align with default behavior of an LTM only device. To continue collection in environments with these modules licensed, please override the appropriate global or device level config flags:
- f5.policy.api_protection
- f5.policy.asm
- f5.policy.firewall
- f5.policy.ip_intelligence
- f5.policy.nat
- f5.profile.dos
- f5.apm
The complete list of data types is here
Added
- Enabled / Licensed module table on Fleet Inventory Dashboard
- Device SSL Dashboard
Changed
- Default disabled the above modules which previously resulted in 400 errors
- Modified authentication token flow to address BigIP Bug ID1787517
- Misc documentation fixes
- Misc dashboard fixes
v0.8.1
Bug Fix Release with new collector image v0.8.1:
- Fix an issue with v0.8.0 where metrics for pool members in partitions other than /Common were not correctly gathered.
- Fix an issue with incorrect unit conversions on f5.virtual_server.clientside.bytes_in / out (VS data rates will appear to decrease on upgrade)