You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# README #
2
2
3
+
### [DEPRECATION NOTICE] ###
4
+
Functionbeat has been deprecated in favor to the new [Elastic Serverless Forwarder](https://www.elastic.co/guide/en/esf/current/aws-elastic-serverless-forwarder.html). Fortunately, Elastic Serverless Forwarder ships with a [Terraform deployment capability](https://www.elastic.co/guide/en/esf/current/aws-deploy-elastic-serverless-forwarder.html#aws-serverless-forwarder-deploy-terraform).
5
+
This module will **stay maintained, but no additional features** will be added.
6
+
7
+
## What is this module for? ##
8
+
3
9
Terraform wrapper module to ship Cloudwatch Logs to Kibana via Functionbeat. See [official Docs](https://www.elastic.co/guide/en/beats/functionbeat/current/index.html). <br/>
4
10
The official Functionbeat is based on Cloudformation and also ships with a deployment CLI. If you prefer to stick to Terraform you cannot use Functionbeat alongside your infrastructure code base. This module wrapps the base function to package the Functionbeat lambda and actually deploys via Terraform.
5
11
@@ -8,6 +14,8 @@ Since this module executes a script ensure your machine has the following softwa
8
14
* jq
9
15
* curl
10
16
* tar
17
+
* zip
18
+
* unzip
11
19
12
20
### Running under Alpine ###
13
21
:information_source:
@@ -75,8 +83,8 @@ Head over to `example/elasticsearch/elasticsearch.tf` or `example/logstash/logs
0 commit comments