Step 1: Download the Functionbeat package

edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Step 1: Download the Functionbeat package

edit

The Functionbeat package contains the command line tools, configuration file, and binary code required to run Functionbeat in your serverless environment.

To download and extract the package, use the commands that work with your system.

linux:

curl -L -O https://artifacts.elastic.co/downloads/beats/functionbeat/functionbeat-6.8.23-linux-x86_64.tar.gz
tar xzvf functionbeat-6.8.23-linux-x86_64.tar.gz

mac:

curl -L -O https://artifacts.elastic.co/downloads/beats/functionbeat/functionbeat-6.8.23-darwin-x86_64.tar.gz
tar xzvf functionbeat-6.8.23-darwin-x86_64.tar.gz

win:

  1. Download the Functionbeat Windows zip file from the downloads page.
  2. Extract the contents of the zip file.