Thank you for your project. I appreciate your efforts and was wondering if anyone else reported not being able to get past the imports of the traffic and threat (see below)? Thanks in advance.
{
"error" : {
"root_cause" : [ {
"type" : "mapper_parsing_exception",
"reason" : "No handler for type [text] declared on field [type]"
} ],
"type" : "mapper_parsing_exception",
"reason" : "Failed to parse mapping [default]: No handler for type [text] declared on field [type]",
"caused_by" : {
"type" : "mapper_parsing_exception",
"reason" : "No handler for type [text] declared on field [type]"
}
},
"status" : 400
}
root@XXXXXXXX:~# curl -XPUT http://localhost:9200/_template/panos-threat?pretty -H 'Content-Type: application/json' -d @threat_template_mapping-v1.json
{
"error" : {
"root_cause" : [ {
"type" : "mapper_parsing_exception",
"reason" : "No handler for type [text] declared on field [Miscellaneous]"
} ],
"type" : "mapper_parsing_exception",
"reason" : "Failed to parse mapping [default]: No handler for type [text] declared on field [Miscellaneous]",
"caused_by" : {
"type" : "mapper_parsing_exception",
"reason" : "No handler for type [text] declared on field [Miscellaneous]"
}
},
"status" : 400
Thank you for your project. I appreciate your efforts and was wondering if anyone else reported not being able to get past the imports of the traffic and threat (see below)? Thanks in advance.
root@XXXXXXX:~# sudo curl -XPUT http://localhost:9200/_template/panos-traffic?pretty -H 'Content-Type: application/json' -d @traffic_template_mapping-v1.json
{ "error" : { "root_cause" : [ { "type" : "mapper_parsing_exception", "reason" : "No handler for type [text] declared on field [type]" } ], "type" : "mapper_parsing_exception", "reason" : "Failed to parse mapping [default]: No handler for type [text] declared on field [type]", "caused_by" : { "type" : "mapper_parsing_exception", "reason" : "No handler for type [text] declared on field [type]" } }, "status" : 400 } root@XXXXXXXX:~# curl -XPUT http://localhost:9200/_template/panos-threat?pretty -H 'Content-Type: application/json' -d @threat_template_mapping-v1.json
{ "error" : { "root_cause" : [ { "type" : "mapper_parsing_exception", "reason" : "No handler for type [text] declared on field [Miscellaneous]" } ], "type" : "mapper_parsing_exception", "reason" : "Failed to parse mapping [default]: No handler for type [text] declared on field [Miscellaneous]", "caused_by" : { "type" : "mapper_parsing_exception", "reason" : "No handler for type [text] declared on field [Miscellaneous]" } }, "status" : 400