<?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 send Splunk Events to another Software/msend/BMC Event Manager in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109238#M2502</link>
    <description>&lt;P&gt;Dear all,&lt;BR /&gt;
I'm wondering if someone of you did already send Splunk Events via msend to BMC Event Manager and how you can do it?&lt;BR /&gt;
If not, can you tell me if there is a easy way to take somehow the different fields of a Splunk event and handle it with a script outside where you can send the different variables/values?&lt;BR /&gt;
We have the tool msend where you can send events with for example&lt;/P&gt;

&lt;P&gt;msend -q -n emh1 -r [SEVERITY] -a YOURCLASS -b "mc_host=[SPLUNKEVENTPART1];mc_host_address=[SPLUNKEVENTPART2];mc_host_class=[SPLUNKEVENTPART3];mc_object_class=[SPLUNKEVENTPART4];mc_object=[SPLUNKEVENTPART5];msg=[SPLUNKEVENTPART5]"&lt;/P&gt;

&lt;P&gt;Those fields/value SPLUNKEVENTPARTx I should become out from Splunk.&lt;BR /&gt;
Appreciate your help.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
Markus&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:14:52 GMT</pubDate>
    <dc:creator>siegema1</dc:creator>
    <dc:date>2020-09-28T16:14:52Z</dc:date>
    <item>
      <title>send Splunk Events to another Software/msend/BMC Event Manager</title>
      <link>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109238#M2502</link>
      <description>&lt;P&gt;Dear all,&lt;BR /&gt;
I'm wondering if someone of you did already send Splunk Events via msend to BMC Event Manager and how you can do it?&lt;BR /&gt;
If not, can you tell me if there is a easy way to take somehow the different fields of a Splunk event and handle it with a script outside where you can send the different variables/values?&lt;BR /&gt;
We have the tool msend where you can send events with for example&lt;/P&gt;

&lt;P&gt;msend -q -n emh1 -r [SEVERITY] -a YOURCLASS -b "mc_host=[SPLUNKEVENTPART1];mc_host_address=[SPLUNKEVENTPART2];mc_host_class=[SPLUNKEVENTPART3];mc_object_class=[SPLUNKEVENTPART4];mc_object=[SPLUNKEVENTPART5];msg=[SPLUNKEVENTPART5]"&lt;/P&gt;

&lt;P&gt;Those fields/value SPLUNKEVENTPARTx I should become out from Splunk.&lt;BR /&gt;
Appreciate your help.&lt;/P&gt;

&lt;P&gt;Cheers&lt;BR /&gt;
Markus&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109238#M2502</guid>
      <dc:creator>siegema1</dc:creator>
      <dc:date>2020-09-28T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: send Splunk Events to another Software/msend/BMC Event Manager</title>
      <link>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109239#M2503</link>
      <description>&lt;P&gt;Create an alert script in $SPLUNK_HOME/bin/scripts/call_bmc.py or any other scripting language that you are familiar with. When you alert on a rule, have it execute the script (just call_bmc.py or whatever you call it). The 8th parameter passed to the script will be a file containing the results of the search. You can open and read this file from the script.&lt;/P&gt;

&lt;P&gt;See: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Alert/Configuringscriptedalerts"&gt;Configuring Alerts&lt;/A&gt; for information about how the script is initiated.&lt;/P&gt;

&lt;P&gt;I would create search macros that add columns or rows to your search that could give instructions to the script. You may also want to make the script intelligent with a config file and some kind of alerting language (extra credit). If it's good, post it as an app to Splunkbase &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:08:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109239#M2503</guid>
      <dc:creator>reed_kelly</dc:creator>
      <dc:date>2014-03-27T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: send Splunk Events to another Software/msend/BMC Event Manager</title>
      <link>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109240#M2504</link>
      <description>&lt;P&gt;Thanks a lot for your help.&lt;BR /&gt;
I'm not yet that familar with splunk but will try that.&lt;BR /&gt;
To create a App for that I think I'm many miles away from it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109240#M2504</guid>
      <dc:creator>siegema1</dc:creator>
      <dc:date>2014-03-27T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: send Splunk Events to another Software/msend/BMC Event Manager</title>
      <link>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109241#M2505</link>
      <description>&lt;P&gt;Thanks a lot for your help.&lt;BR /&gt;
I'm not yet that familar with Splunk but will try that.&lt;BR /&gt;
To create a App for that I think I'm many miles away from it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 13:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/send-Splunk-Events-to-another-Software-msend-BMC-Event-Manager/m-p/109241#M2505</guid>
      <dc:creator>siegema1</dc:creator>
      <dc:date>2014-03-27T13:20:01Z</dc:date>
    </item>
  </channel>
</rss>

