Version: SG FLX
Community

This is a Technical Preview and should not yet be used in production.

Set Read Only Action

Content

Setting an index into read only mode. This will block any write operations on the index.

Example

{
  "steps": [
    ...
    {
      "name": "inactive",
      "conditions": [ ... ],
      "actions": [
        ...
        {
          "type": "set_read_only"
        },
        ...
      ]
    },
    ...
  ]
}


Not what you were looking for? Try the search.