How do you delete an exception container that is space agnostic? "namespace_type": "agnostic"
"namespace_type": "agnostic"
If I try to delete it using the Exceptions API I get an error stating the list does not exist.
{ "message": "exception list list_id: \"my-exception-container\" does not exist", "status_code": 404 }
Found the solution in the Exceptions API documentation for creating exception containers (namespace_type=agnostic).
DELETE <kibana host>:<port>/api/exception_lists?namespace_type=agnostic&list_id=<list_id>
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.