0

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.

NIK
  • 1,089
  • 13
  • 22
  • 1
    if you can get json output then look at using Filebeat to handle the ingestion, that way you don't need to write anything yourself :) – warkolm Dec 15 '22 at 21:19

0 Answers0