DataElicit Logo

Docs

Installation

Steps to install and configure the AWS connector for LogConnector.

Login into DataElicit’s portal. Download the related LogScale package from the Packages tab.

Install the LogScale package into your Falcon LogScale repository.

Download aws.tgz from the Connectors tab and extract the tar file into <Installation-Path>/LogConnector/connectors directory.

tar -xzf aws.tgz

AWS connector directory:

/opt/LogConnector/connectors/aws$ ls
bin  default  template  manifest.yaml  README.md

Configuration

Create local directory and configure connector.conf, global.conf, secret.conf as per your requirements:

/opt/LogConnector/connectors/aws$ mkdir local
/opt/LogConnector/connectors/aws$ cd local
/opt/LogConnector/connectors/aws/local$ nano connector.conf
/opt/LogConnector/connectors/aws/local$ nano secret.conf
/opt/LogConnector/connectors/aws/local$ nano global.conf
/opt/LogConnector/connectors/aws/local$ ls
connector.conf  global.conf  secret.conf

Note

Check conf specific conf.ini files in template/ directory for how to configure the conf files.

References

https://boto3.amazonaws.com/v1/documentation/api/latest/index.html

connector.conf

Updated on July 7, 2025