If you are using Kibana 5.6 and filebeat, then use the command to remove your search using devtools as shown below.
DELETE filebeat-* { "query": { "match_all": {} } } The output will be { "acknowledged": true
and now, if you check the "Open" tab, all your searches should be deleted and it will start using filebeat-index. Here you delete the index you created.
source share