Curious if anybody here has used the logstash input http poller to reach out and pull info from google api's.
I have generated a API project as well as enabled a few api's and generated credentials for those API's which appear to have the following format.
{
"type": "service_account",
"project_id": "security-elk-integrations",
"private_key_id": "",
"private_key": "",
"client_email": "",
"client_id": "",
"auth_uri": "",
"token_uri": "",
"auth_provider_x509_cert_url": "",
"client_x509_cert_url": ""
}
I am now trying to figure out how to use the http poller to reach out and pull data from the Google API.
Any tips would be a huge help.