Skip to main content
Question

Python version for the cloud function deployed in GCP for the ingestion script of Google SecOps SIEM

  • May 14, 2026
  • 1 reply
  • 16 views

harshal.thakor
Forum|alt.badge.img+2

For the Ingestion scripts of Google SecOps SIEM Repositories:

https://github.com/chronicle/ingestion-scripts/tree/main

There are some apps which have not specified the python version for Cloud Run in README file.

I wanted to know that if no --runtime flag provided in cloud function deployment command, which python version would be used?

Or Is there any specific python version needs to be passed in --runtime which has not been mentioned currently in README?
 

1 reply

harshal.thakor
Forum|alt.badge.img+2

Also, if we use latest python version as python 3.14 in --runtime flag would it be working for all ingestion script?