Created a connected app in salesforce but how can i integrate salesforce with ELK
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
There is a community supported Logstash input plugin for Salesforce. It is not installed by default, but you can use the
plugin
command to add it. The command is slightly different depending on the version of Logstash that you are using:To configure the plugin to use the credentials from Salesforce, create a file located at
/etc/logstash/conf.d/salesforce.conf
like:sfdc_object_name
can be any of the objects provided by the Salesforce API.See this blog post by the team at Elastic and the plugin’s documentation for all the configuration information.