Uninstall marvel: stubborn

Hi
I uninstalled marvel from elasticsearch 2.1.1 and kibana 4.3.1
as described in
https://www.elastic.co/guide/en/marvel/2.3/installing-marvel.html#uninstalling-marvel
and it confirmed that the plugin was removed.
I restarted ES and KB.

However, I get the message on the elasticsearch screen

    [2016-06-01 09:27:16,207][ERROR][license.plugin.core      ] [m_node_1]
    #
    # LICENSE EXPIRED ON [Saturday, May 21, 2016]. IF YOU HAVE A NEW LICENSE, PLEASE
    # UPDATE IT. OTHERWISE, PLEASE REACH OUT TO YOUR SUPPORT CONTACT.

Then deleted the .marvel indices from ES.

However, I still get the message.

how can I get rid of the message?

Thanks

Remove the license plugin as well.

As Mark noted:

$ bin/plugin remove license

Then restart the node. With ES 5.0+ it will be a combined plugin, so this kind of annoyance will go away.