AWS CloudWatch
Last updated
Last updated
You can forward Cloud watch logs to Apica Ascent using 2 methods.
Apica Ascent CloudWatch exporter Lambda function
Run Logstash on VM (or docker)
You can export AWS CloudWatch logs to Apica Ascent using an AWS Lambada function. The AWS Lambda function acts as a trigger for a CloudWatch log stream.
This guide explains the process for setting up an AWS Lambda function and configuring an AWS CloudWatch trigger to forward CloudWatch logs to Apica Ascent.
Apica Ascent provides CloudFormation templates to create the Apica Ascent CloudWatch exporter Lambda function.
Depending on the type of logs you'd like to export, use the appropriate CloudFormation template from the following list.
AWS may choose to deprecate versions of python and you may have to edit the CloudFormation YAML template to refer to the most recent version of python that is not deprecated by AWS.
If your environment is configured as HTTP vs HTTPS, please make sure to edit the CloudFormation YAML file and change the connection handling function call as follows:
edit Lambda definition to use urllib3.HTTPConnectionPool
vs urllib3.HTTPSConnectionPool
Use the following CloudFormation template to export AWS Lambda function logs to Apica Ascent.
Use the following CloudFormation template to export CloudTrail logs to Apica Ascent.
Use the following CloudFormation template to export Flowlogs logs to Apica Ascent.
Use the following CloudFormation template to export cloudwatch logs.
This CloudFormation stack creates a Lambda function and its necessary permissions. You must configure the following attributes.
Parameter | Description |
| Application name - a readable name for Apica Ascent to partition logs. |
| Cluster ID - a readable name for Apica Ascent to partition logs. |
| Namespace - a readable name for Apica Ascent to partition logs. |
| IP address or hostname of the Apica Ascent server. (Without http or https) |
| JWT token to securely ingest logs. Refer here to generate ingest token. |
Once the CloudFormation stack is created, navigate to the AWS Lambda function (logiq-cloudwatch-exporter
) and add a trigger.
On the Add trigger page, select CloudWatch, and then select a CloudWatch Logs Log Group.
Once this configuration is complete, any new logs coming to the configured CloudWatch Log group will be streamed to the Apica Ascent cluster.
Cloudwatch logs can also be pulled using agents such as logstash. If your team is familiar and has logstash in place, follow the instructions below to configure logstash to pull logs from CloudWatch.
Install Logstash on Ubuntu virtual machine as shown below.
Logstash comes with no default configuration. Create a new file /etc/logstash/conf.d/logstash.conf
with these contents, modifying values as needed:
You need to download and place the FlattenJSON.rb file in your local before you run the Logstash
You can obtain an ingest token from the Apica Ascent UI as described here. You can customize the namespace
and cluster_id
in the Logstash configuration based on your needs.
Your AWS Cloud watch logs will now be forwarded to your Apica Ascent instance. See the Explore Section to view the logs.