Recorded Future Modeling Rule

Modeling Rule

Recorded Future Intelligence

Details

IDRecordedFutureModelingRule
From Version8.2.0

Schema

recorded_future_intelligence_cloud_raw

Field Type Array?
ai_insights string
hits string
id string
rule string
title string
type string
url string
{
    "recorded_future_intelligence_cloud_raw": {
        "id": {
            "type": "string",
            "is_array": false
        },
        "hits": {
            "type": "string",
            "is_array": false
        },
        "url": {
            "type": "string",
            "is_array": false
        },
        "rule": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "title": {
            "type": "string",
            "is_array": false
        },
        "ai_insights": {
            "type": "string",
            "is_array": false
        }
    }
}