Elasticsearch - Setting replica to 0 for new indices

If I wanted to set all new replicas to 0 , will the * affect system indices ?

    {
  "index_patterns": ["*"],
  "settings": {
    "index": {
      "number_of_replicas": 0
    }
  }
}

What version are you on?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.