I am trying to create Data Streams by issuing: PUT _data_stream/test-index-pattern
but I have this error:
"error" : {
"root_cause" : [
{
"type" : "security_exception",
"reason" : "action [indices:admin/data_stream/create] is unauthorized for user [elastic]"
}
],
"type" : "security_exception",
"reason" : "action [indices:admin/data_stream/create] is unauthorized for user [elastic]",
"caused_by" : {
"type" : "illegal_state_exception",
"reason" : "There are no external requests known to support wildcards that don't support replacing their indices"
}
},
"status" : 403
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.