What is the best way to automate ingestion of Prisma container scan results into Elasticsearch?
The simplest way I can think of is getting the scan result output as a Json and ingest data into Elasticsearch with Python.
As both these are popular and mature tools, just wondering if there is any better way to handle/automate this in a large environment?
My use case is to scan 200+ container images and containers running on K8s and get results into Elasticsearch for reporting regularly.