<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Deleting customize Prototype in Minemeld in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/116039#M99722</link>
    <description>&lt;P&gt;Hi Darren,&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/What-s-new-in-MineMeld-0-9-18/m-p/98409#U98409" target="_self"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Discussions/What-s-new-in-MineMeld-0-9-18/m-p/98409#U98409&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2016 16:50:04 GMT</pubDate>
    <dc:creator>lmori</dc:creator>
    <dc:date>2016-09-26T16:50:04Z</dc:date>
    <item>
      <title>Deleting customize Prototype in Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115958#M99718</link>
      <description>&lt;P&gt;Hi Minemeld Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Able to provide steps to delete customize Prototype in minemeld? As I don't see it in the Minemeld webui.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks alot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Darren koh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 06:34:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115958#M99718</guid>
      <dc:creator>dkoh</dc:creator>
      <dc:date>2016-09-26T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting customize Prototype in Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115959#M99719</link>
      <description>&lt;P&gt;Hi Darren,&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Local prototypes are stored in a file called /opt/minemeld/local/prototypes/minemeldlocal.yml:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you want to remove all the local prototypes just delete the file and hit the refresh button on your browser to force a refresh of the prototypes library.&lt;/LI&gt;
&lt;LI&gt;If instead you want to remove a single prototype, open the file with a text editor (vim or nano) like&amp;nbsp;
&lt;PRE&gt;sudo -u mineneld vi /opt/minemeld/local/prototypes/minemeldlocal.yml&lt;/PRE&gt;
The file has section with a list of prototypes:
&lt;PRE&gt;author: minemeld-web&lt;BR /&gt;description: Local prototype library managed via MineMeld WebUI&lt;BR /&gt;prototypes:&lt;BR /&gt;    alienvault_reputation-1473670903364:&lt;BR /&gt;    class: minemeld.ft.csv.CSVFT&lt;BR /&gt;    config:&lt;BR /&gt;        attributes:&lt;BR /&gt;            confidence: 80&lt;BR /&gt;            share_level: green&lt;BR /&gt;            type: IPv4&lt;BR /&gt;        delimiter: '#'&lt;BR /&gt;        fieldnames:&lt;BR /&gt;            - indicator&lt;BR /&gt;            - alienvault_reliability&lt;BR /&gt;            - alienvault_risk&lt;BR /&gt;            - alienvault_type&lt;BR /&gt;        interval: 3600&lt;BR /&gt;        source_name: alienvault.reputation&lt;BR /&gt;        url: http://reputation.alienvault.com/reputation.data&lt;BR /&gt;        description: this just catches everything&lt;BR /&gt;        development_status: EXPERIMENTAL&lt;BR /&gt;        node_type: miner&lt;BR /&gt;    prototype-2:&lt;BR /&gt;        [...]&lt;/PRE&gt;
To remove a prototype, just remove it from the list, save the file and hit refresh on the browser:
&lt;PRE&gt;author: minemeld-web&lt;BR /&gt;description: Local prototype library managed via MineMeld WebUI&lt;BR /&gt;prototypes:&lt;BR /&gt;    prototype-2:&lt;BR /&gt;        [...]&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 07:02:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115959#M99719</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-09-26T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting customize Prototype in Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115970#M99720</link>
      <description>&lt;P&gt;It works, thank you for your support again. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:50:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115970#M99720</guid>
      <dc:creator>dkoh</dc:creator>
      <dc:date>2016-09-26T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting customize Prototype in Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115972#M99721</link>
      <description>&lt;P&gt;Hi Luigi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Minemeld Version:&amp;nbsp;&lt;SPAN&gt;0.9.16 through the path below to remove the prototype:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$sudo -u minemeld vi /opt/minemeld/prototype/current/minemeld.local.tml&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Darren Koh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:54:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/115972#M99721</guid>
      <dc:creator>dkoh</dc:creator>
      <dc:date>2016-09-26T08:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting customize Prototype in Minemeld</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/116039#M99722</link>
      <description>&lt;P&gt;Hi Darren,&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/MineMeld-Discussions/What-s-new-in-MineMeld-0-9-18/m-p/98409#U98409" target="_self"&gt;https://live.paloaltonetworks.com/t5/MineMeld-Discussions/What-s-new-in-MineMeld-0-9-18/m-p/98409#U98409&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 16:50:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/deleting-customize-prototype-in-minemeld/m-p/116039#M99722</guid>
      <dc:creator>lmori</dc:creator>
      <dc:date>2016-09-26T16:50:04Z</dc:date>
    </item>
  </channel>
</rss>

