You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Elasticsearch Connector can be configured using the Aspire Admin UI. It requires the following entities to be created:

  • Credential
  • Connection
  • Connector
  • Seed

Create Credential 


  1. On the Aspire Admin UI go to the credentials page
  2. All existing credentials will be listed. Click on the new button
  3. Enter the new credential description.
  4. Select Elasticsearch from the Type list.
  5. General:
    1. No Authentication: Select this if authentication is not required.
    2. Use Basic Authentication: Select this to enable basic user authentication.
      1. Username: The name of Elasticsearch user to use.
      2. Password: The password of Elasticsearch user to use.

    3. AWS Signature V4: Select this to enable AWS Signature V4 authentication.
      1. Region: The Region of the ES service to use i.e: us-east-1.
      2. Use Default AWS Credentials: Check this to use default AWS credentials.
      3. Access Key: The Access key of the ES service to use. Only required if "Use Default AWS Credentials" is unchecked.
      4. Secret Key: The Secret key of the ES service to use. Only required if "Use Default AWS Credentials" is unckecked.

Create Connection 


  1. On the Aspire Admin UI go to the connections page 
  2. All existing connections will be listed. Click on the new button 
  3. Enter the new connection description. 
  4. Select Elasticsearch from the Type list.


Create Connector Instance


For the creation of the Connector object using the Admin UI check this page.


Create Seed 


  1. On the Aspire Admin UI go to the seeds page 
  2. All existing seed will be listed. Click on the new button 
  3. Enter the new seed description.
  4. Select Elasticsearch from the Type list.


  • No labels