<?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: Create alert for a new server process in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Create-alert-for-a-new-server-process/m-p/370375#M6554</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
You have to create a lookup (e.g. Processes.csv).&lt;BR /&gt;
Schedule a search to populate lookup:&lt;BR /&gt;
Your_search earliest=-15d latest= now&lt;BR /&gt;
| dedup processes&lt;BR /&gt;
| table process&lt;BR /&gt;
| outputlookup Processes.csv&lt;BR /&gt;
In this way you have a list of all processes in last 15 days.&lt;BR /&gt;
After you can run you search&lt;BR /&gt;
Your_search NOT [| inputlookup Processes.csv | fields process]&lt;BR /&gt;
And use it For an alert.&lt;BR /&gt;
To extract processes you have to create a script with ps command.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:26:53 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-29T15:26:53Z</dc:date>
    <item>
      <title>Create alert for a new server process</title>
      <link>https://community.splunk.com/t5/Alerting/Create-alert-for-a-new-server-process/m-p/370374#M6553</link>
      <description>&lt;P&gt;I'm trying to find a way to create an alert if a new process has been started. &lt;BR /&gt;
My old solution would learn the processes running on my servers for 15 days, then if a new process was started after the 15 days it would alert me to let me know. Then after that it wouldn't alert me again unless there was a 15-day gap.&lt;/P&gt;

&lt;P&gt;For example, if I launch Google Chrome on a server every 16 days, I would get an alert letting me know the process was started.  &lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 20:42:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-alert-for-a-new-server-process/m-p/370374#M6553</guid>
      <dc:creator>ryanaud</dc:creator>
      <dc:date>2017-08-15T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create alert for a new server process</title>
      <link>https://community.splunk.com/t5/Alerting/Create-alert-for-a-new-server-process/m-p/370375#M6554</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
You have to create a lookup (e.g. Processes.csv).&lt;BR /&gt;
Schedule a search to populate lookup:&lt;BR /&gt;
Your_search earliest=-15d latest= now&lt;BR /&gt;
| dedup processes&lt;BR /&gt;
| table process&lt;BR /&gt;
| outputlookup Processes.csv&lt;BR /&gt;
In this way you have a list of all processes in last 15 days.&lt;BR /&gt;
After you can run you search&lt;BR /&gt;
Your_search NOT [| inputlookup Processes.csv | fields process]&lt;BR /&gt;
And use it For an alert.&lt;BR /&gt;
To extract processes you have to create a script with ps command.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Create-alert-for-a-new-server-process/m-p/370375#M6554</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T15:26:53Z</dc:date>
    </item>
  </channel>
</rss>

