Kensu Documentation

⌘K
Getting started with the Kensu Community Edition
Marketing campaign
Financial data report
Getting credentials
Recipe: Observe Your First Pipeline
Agents: getting started
Python
PySpark
Scala Spark
Databricks Notebook
Agent Listing
Docs powered by archbee 
2min

Configure the Agent

💻 Include Kensu in your program

Credentials

You need an Ingestion Token. Follow Getting credentials .

Modify conf.ini File

Set the kensu_ingestion_token in the conf.ini file:

ini
|
[kensu]
;Kensu Ingestion endpoint
kensu_ingestion_url=https://community-api.kensuapp.com
;token for Kensu Ingestion API
kensu_ingestion_token=

; if report_to_file=True then no credentials needed
report_to_file=True
offline_file_name=kensu.jsonl

project_name=Databricks demo
environment=Databricks dev
logical_data_source_naming_strategy=LastFolderAndFile


compute_stats=True
compute_input_stats=True
compute_output_stats=True

; these are set automatically based on Databricks notebook:
; user_name=databricks user
; code_location
; process_name=Notebook name


Upload the conf.ini file to DBFS

Updated 21 Feb 2023
Did this page help you?
Yes
No
UP NEXT
Running your first Databricks Kensu program
Docs powered by archbee 
TABLE OF CONTENTS
💻 Include Kensu in your program
Modify conf.ini File