AST
6 TopicsAST Configuration Assistance
All, I had AST configured on a RHEL platform and the 3000 port as web available. Something changed in our environment and I had to wipe away the docker configuration and I am starting from scratch on the same RHEL instance. Docker is working as "sudo docker run hello-world" states "This message shows that your installation appears to be working correctly." I deleted the old application-study-tool and added the folder from the tarball to my home directory. I copied and edited the below : cp .env-example .env cp .env.device-secrets-example .env.device-secrets vi ./config/ast_defaults.yaml vi ./config/bigip_receivers.yaml That all took like before the first installation. When I run this " docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entrypoint.sh python:3.12.6-slim-bookworm --generate-config "...I get the error : "docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/app/src/bin/init_entrypoint.sh": stat /app/src/bin/init_entrypoint.sh: no such file or directory: unknown" That is where I am stuck. Python version is python3.11 Wanted to reach out here first before I potentially tried it on another RHEL box - clean install. Any help or direction would be appreciated.116Views0likes6CommentsDoes F5 AST natively support collecting and visualizing VS analytics metrics from AVR?
Hi everyone, I’d like to confirm whether F5 AST natively supports collecting and visualizing Virtual Server (VS) analytics metrics generated by the AVR module (for example, transactions per second, latency, throughput, etc.). If it doesn’t currently support AVR-based metrics out of the box, how complex would it be to add those metrics manually — for instance, by extending the telemetry configuration or customizing the data model in AST? Has anyone already tried integrating AVR data into AST dashboards? Thanks in advance!56Views0likes1CommentAST and Telemetry Streaming
Hi! I am quite please with the Application Study Tool, but there is one thing that I keep wondering about. The OpenTelemetry component (otel-collector) currently pulls data from the F5 using the iControl REST API, however: there is also Telemetry Streaming available. Is it possible to use Telemetry Streaming for getting the data into Prometheus?121Views0likes3CommentsCan I deploy the application study tool on Kubernetes?(AST)
Hi, everyone. I followed the AST guide to ensure that AST works on Docker. But, I want to deploy this on Kubernetes, is there a how-to or guide for that? If you have any suggestions on availability, or any alternative links or instructions I can refer to, I would really appreciate it. Thank you for your help.173Views0likes1CommentInquiry About the "ast-api-discovery" Repository
Hello everyone, I've been exploring the AST tool (application-study-tool) and noticed there’s a related repository at ast-api-discovery that caught my attention. Unfortunately, when I try accessing it, I receive a 404 error. I was really looking forward to diving into that tool as well. Could anyone let me know if the repository has been moved or if there are any updates on its availability? Any guidance or alternative links would be greatly appreciated. Thanks in advance for your help!118Views0likes1Comment