Specify pipeline on Elastic Cloud using Cloud.id/auth

Hello every one!

I would like to know if is possible to specify a pipeline on the beat when I only use the cloud.id and cloud.auth configs. I know that with output.elasticsearch I have this option, but for some reason on a costumer (probably firewall) I can only communicate with cloud tags! I'll solve this problem but I was wondering if it's possible to do this when using cloud config!

Thanks!! :+1:

Yes it is. Your Filebeat configuration would contain something like this:

cloud.id: YOUR_CLOUD_ID
cloud.auth: YOUR_CLOUD_USER:YOUR_CLOUD_PASSWORD

output.elasticsearch
  pipeline: YOUR_PIPELINE_ID
1 Like

Hi @shaunak, thanks for your reply! I thought that doing this I would generate a conflict because I would have "two outputs"! I'll try this and post here the result! :+1:

Just tested and worked!! Thanks!! :+1:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.