Bad Request error when creating a new Kibana index pattern

seems I shouldn't have updated the .kibana_* indexes

this solved it:

PUT /.kibana_*/_settings
{
"settings": {
"default_pipeline": null
}
}