References - tc_log_level Input Parameter Configuration

Overview

This document is intended for the technical audience building an integration with the ThreatConnect Platform. This document is most applicable to someone building a Threat Intelligence Feed integration and provides specific instructions for how to implement the tc_log_level input parameter.

Follow the steps in this document in the order provided in order to implement this configuration within your integration.

Parameter Configuration

The tc_log_level input parameter should be configured in this way in your install.json:

{ "label": "Log Level", "name": "tc_log_level", "note": "The logging level you desire for this job", "required": true, "type": "Choice", "default": "warning", "validValues": [ "debug", "info", "warning", "error", "critical" ] }