Cloudflare
Cloudflare is a content delivery network and DDoS mitigation product. Cloudflare acts as a reverse proxy between a website and the hosting provider.
Lucidum uses the Cloudflare connector to ingest data from Cloudflare services
Requirements
To use the Cloudflare Connector in Lucidum:
Before configuring the Cloudflare connector in Lucidum, you must first define an API token in Cloudflare. Lucidum will use the app and its token to access Cloudflare. (https://api.cloudflare.com/#getting-started-requests )
You can then configure the Cloudflare connector in Lucidum and start ingesting data from Cloudflare.
Prerequisite: Defining an API Bearer Token
To define an API token that Lucidum will use to fetch data from Cloudflare:
Log in to the Cloudflare Dashboard (https://dash.cloudflare.com/login ) with the account you want to use with Lucidum.
Go to User Profile > API Tokens.
From the API Token page, select Create Token.
Under API tokens templates, select the template Read all resources. This token allows Lucidum to read all account resources, zone resources, and user resources.
Click Use template.
Accept the default values for the Read all resources template and click Continue to summary.
Select Create Token.
Copy and save the token secret.
To test that your credentials will work with Lucidum, login to a Linux shell.
Execute the following cURL commands:
CODEcurl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \ -H "Authorization: Bearer <token secret>" \ -H "Content-Type:application/json"
where:
<token secret> is the value you saved in step #8.
If the token is valid, the cURL response will include:
“This API Token is value and active”
Configuring the Cloudflare Connector
Log in to Lucidum.
In the left pane, click Connector.
In the Connector page, click Add Connector.
Scroll until you find the Connector for Cloudflare. Click Connect. The Settings page appears.
In the Settings page, enter the following:
URL. The URL for the Cloudflare API. For example, https://api.cloudflare.com
Auth Email. Optional The Email address associated with your Cloudflare account. This is a legacy setting for use with an API Key.
API Key. Optional. Legacy option for authentication with Cloudflare.
API Token. Cloudflare API bearer token. Enter the token secret. This is the preferred way to access the API. For more details on creating the API token, see https://developers.cloudflare.com/api/tokens/create/
Verify SSL. For future use
To test the configuration, click Test.
If the connector is configured correctly, Lucidum displays a list of services that are accessible with the connector.
If the connector is not configured correctly, Lucidum display an error message.