Description
If you're using Elasticsearch, you have the option to integrate that with ConcealBrowse. This allows metrics and data collected by Conceal can be seamlessly transferred into Elasticsearch. This article will guide you through setting getting Elasticsearch prepped for integration. If you have already prepped Elasticsearch and want to move straight to integration refer to the Elasticsearch Integration with ConcealBrowse
Applies to
- Elasticsearch
Procedure
Create an Index in Elasticsearch:
- In your web browser, navigate and login to your Elasticsearch.
- Open the hamburger menu on the top left and choose Integrations
- On the Integrations page, type “API” into the search bar. Select option labeled API - Add search to your application with Elasticsearch’s robust APIs.
- On the New search index page, make sure “Use the API” option is selected on the lefthand side.
- In the Index Name field type your desired index name.
- Click Create Index.
Copy your URL (You will need this for your ConcealBrowse integration)
- On your newly created Index, copy the URL that follows the text "curl -X POST", this is highlighted in the image below
- Save this URL as you will need this in order to integrate with ConcealBrowse.
Create an API Key for your newly created Index:
- In the same Indices section, select the button labeled Manage API Keys -> Create a new API key
- Name your API Key and then click Generate API Key.
- Copy and/or download the API Key immediately – you will need this in order to integrate with ConcealBrowse.
You now have the information needed to integrate with ConcealBrowse. For final steps on integration, please refer to the article Elasticsearch Integration with ConcealBrowse
Related Articles:
- Reading data in Elasticsearch
*Never hesitate to contact your Customer Success Manager for any questions or concerns. You may also open a support ticket at support.conceal.io by scrolling to the bottom and clicking Submit a request.