![]() |
VOOZH | about |
Elasticsearch is a popular distributed full-text search engine. By centrally storing data, you can perform ultra-fast searches, fine-tuning relevance, and powerful analytics with ease. Elasticsearch has a pipeline tool for loading data called "Logstash". You can use CData JDBC Drivers to easily import data from any data source into Elasticsearch for search and analysis.
This article explains how to use the CData JDBC Driver for Act CRM to load data from Act CRM into Elasticsearch via Logstash.
Now, let's create a configuration file for Logstash to transfer Act CRM data to Elasticsearch.
The and properties, under the Authentication section, must be set to valid Act! user credentials. In addition to the authentication values, see the following:
Connecting to Act! Premium
In addition to the authentication values, the to Act! is also required; for example https://eup1-iis-04.eu.hosted.act.com/.
Additionally, you must specify the you will connect to. This is found by going to the About Act! Premium menu of your account, at the top right of the page, in the ? menu. Use the Database Name in the window that appears.
Connecting to Act! Premium Cloud
To connect to your Act! Premium Cloud account, you also need to specify the property. This property is found in the URL address of the Cloud account; for example https://eup1-iis-04.eu.hosted.act.com/ActCloudName/.
Note that retrieving ActCRM metadata can be expensive. It is advised that you set the property to store the metadata locally.
Now let's run Logstash using the created "logstash.conf" file.
logstash-7.8.0\bin\logstash -f logstash.conf
A log indicating success will appear. This means the Act CRM data has been loaded into Elasticsearch.
For example, let's view the data transferred to Elasticsearch in Kibana.
GET actcrm_table/_search
{
"query": {
"match_all": {}
}
}
👁 Querying the Act CRM data loaded into ElasticsearchWe have confirmed that the data is stored in Elasticsearch.
👁 Confirming the Act CRM data loaded into ElasticsearchBy using the CData JDBC Driver for Act CRM with Logstash, it functions as a Act CRM connector, making it easy to load data into Elasticsearch. Please try the 30-day free trial.
Download a free trial of the Act CRM Driver to get started:
Download NowLearn more:
👁 Act CRM IconRapidly create and deploy powerful Java applications that integrate with Act CRM data including Companies, Contact, Groups, Opportunities, and more!