- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-25-2016 11:34 PM
Hi Minemeld Team,
Able to provide steps to delete customize Prototype in minemeld? As I don't see it in the Minemeld webui.
Thanks alot.
Thanks
Darren koh
09-26-2016 12:02 AM
Hi Darren,
there is no way to accomplish this via the Web UI currently (MM v 0.9.22). But is quite easy to do it via shell.
Local prototypes are stored in a file called /opt/minemeld/local/prototypes/minemeldlocal.yml:
sudo -u mineneld vi /opt/minemeld/local/prototypes/minemeldlocal.ymlThe file has section with a list of prototypes:
author: minemeld-webTo remove a prototype, just remove it from the list, save the file and hit refresh on the browser:
description: Local prototype library managed via MineMeld WebUI
prototypes:
alienvault_reputation-1473670903364:
class: minemeld.ft.csv.CSVFT
config:
attributes:
confidence: 80
share_level: green
type: IPv4
delimiter: '#'
fieldnames:
- indicator
- alienvault_reliability
- alienvault_risk
- alienvault_type
interval: 3600
source_name: alienvault.reputation
url: http://reputation.alienvault.com/reputation.data
description: this just catches everything
development_status: EXPERIMENTAL
node_type: miner
prototype-2:
[...]
author: minemeld-web
description: Local prototype library managed via MineMeld WebUI
prototypes:
prototype-2:
[...]
09-26-2016 12:02 AM
Hi Darren,
there is no way to accomplish this via the Web UI currently (MM v 0.9.22). But is quite easy to do it via shell.
Local prototypes are stored in a file called /opt/minemeld/local/prototypes/minemeldlocal.yml:
sudo -u mineneld vi /opt/minemeld/local/prototypes/minemeldlocal.ymlThe file has section with a list of prototypes:
author: minemeld-webTo remove a prototype, just remove it from the list, save the file and hit refresh on the browser:
description: Local prototype library managed via MineMeld WebUI
prototypes:
alienvault_reputation-1473670903364:
class: minemeld.ft.csv.CSVFT
config:
attributes:
confidence: 80
share_level: green
type: IPv4
delimiter: '#'
fieldnames:
- indicator
- alienvault_reliability
- alienvault_risk
- alienvault_type
interval: 3600
source_name: alienvault.reputation
url: http://reputation.alienvault.com/reputation.data
description: this just catches everything
development_status: EXPERIMENTAL
node_type: miner
prototype-2:
[...]
author: minemeld-web
description: Local prototype library managed via MineMeld WebUI
prototypes:
prototype-2:
[...]
09-26-2016 01:50 AM
It works, thank you for your support again. 😃
09-26-2016 01:54 AM
Hi Luigi,
I am using Minemeld Version: 0.9.16 through the path below to remove the prototype:
$sudo -u minemeld vi /opt/minemeld/prototype/current/minemeld.local.tml
Thanks
Darren Koh
09-26-2016 09:50 AM
Hi Darren,
if you still running 0.9.16 my suggestion is to copy the minemeldlocal.yml file to /opt/minemeld/local/prototypes directory and then run the instructions to upgrade to the new updating system:
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!