Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-zero committed Dec 17, 2019
1 parent d6a3d43 commit 493cdb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

This lambda function will collect Cloudflare logs from an S3 bucket and forward them to an Elasticsearch cluster running on **[Elastic Cloud](https://cloud.elastic.co)**.

The official documentation can be found on [Cloudflare's](https://developers.cloudflare.com/logs/analytics-integrations/elastic/) site

### Build
**```./gradlew clean build```**

Expand Down Expand Up @@ -46,6 +48,13 @@ Additionally, the following environment variables can optionally be configured.
| aws_secret_key | Can be used to override permissions from execution role; typically not needed | |


### Install Additional Artifacts

Change to the *conf* directory and issue the following command.
```
./install-artifacts.sh -u elastic -p <RANDOM PASSWORD> -e https://_<YOUR DEPLOYMENT ENDPOINT>_:9243
```

This will install the ingest node processor and index templates.


0 comments on commit 493cdb2

Please sign in to comment.