I have installed Ingest attachment plugin to push the csv data to Kibana monitoring.
However i got some errors while creating pipeline
PUT _ingest/pipeline/attachment
{
"description": "Reports",
"processors": [
{
"attachment": {
"field": "data",
"indexed_chars": "-1"
}
}
]
}
"type": "parse_exception",
"reason": "No processor type exists with name [attachment]"
Can someone help on this topic, Thanks