All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.org.apache.camel.component.grok.grok.json Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "grok",
    "title": "Grok",
    "description": "Unmarshal unstructured data to objects using Logstash based Grok patterns.",
    "deprecated": false,
    "firstVersion": "3.0.0",
    "label": "dataformat,transformation",
    "javaType": "org.apache.camel.component.grok.GrokDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-grok",
    "version": "4.7.0",
    "modelName": "grok",
    "modelJavaType": "org.apache.camel.model.dataformat.GrokDataFormat"
  },
  "properties": {
    "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
    "pattern": { "index": 1, "kind": "attribute", "displayName": "Pattern", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The grok pattern to match lines of input" },
    "flattened": { "index": 2, "kind": "attribute", "displayName": "Flattened", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Turns on flattened mode. In flattened mode the exception is thrown when there are multiple pattern matches with same key." },
    "allowMultipleMatchesPerLine": { "index": 3, "kind": "attribute", "displayName": "Allow Multiple Matches Per Line", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "If false, every line of input is matched for pattern only once. Otherwise the line can be scanned multiple times when non-terminal pattern is used." },
    "namedOnly": { "index": 4, "kind": "attribute", "displayName": "Named Only", "group": "common", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Whether to capture named expressions only or not (i.e. %{IP:ip} but not ${IP})" }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy