Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to transfer applications logs to another instances in gcp

Hello everyone, 

I want to make a relation from a gcloud log bucket to a ELK stack instance. I need this to analyse the magento logs with elasticsearch and kibana.

Application log (magento) --> log bucket  ---> ELK stack instances

All of my VM's are on gcp

I tried to use the google cloud pub/sub integration in elasticsearch , but i don't have any response.

Could anyone have an idea on which method can i use to solve my problem ( maybe a solution to transfer my logs directly from my application instances to my elk instance ?? )

Sorry for my english and i hope someone can help me.

PS : I don't use the elastic cloud solution in gcp but a standalone installation on instance ( instance is i

0 1 192
1 REPLY 1

Pub/Sub isn't really designed for logging to be fair, that's more of a queuing system (smarter).

I'm not extremely familiar with Magneto but there are a couple of ways to ship you logs straight into ELK. Here is an (old) example and I think it'll give you details: https://elgentos.nl/blog/logging-magento-logs-with-elk-stack