Hello, Our company recently started running vulnerability tests against our Solr 6 servers by sending api calls to create cores with the core names being a nefarious string. This string is actually an invalid core name and so the core is not actually created (which is good). However, it adds the core init error to the SolrCore Initialization Failures list which is at the top of every Solr Admin UI page. Overtime this list gets large...
Restarting the Solr instance will clear these init errors from the list. However, I am wondering if there is another way to clear these errors. Thanks, Matt
