I have a test data stream. it works fine. But now I am trying to delete it and I can't
When I do delete via command or via GUI it recreates it self
DELETE /_data_stream/msyos1-log
I can't delete index template as well. it gives me this error.
and can not delete data stream as it recreats it self.
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "unable to remove composable templates [msyos1-log] as they are in use by a data streams [msyos1-log]"
}
],
"type": "illegal_argument_exception",
"reason": "unable to remove composable templates [msyos1-log] as they are in use by a data streams [msyos1-log]"
},
"status": 400
}
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.