<?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: What the point of using different outputMode in EventGen ? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479322#M58874</link>
    <description>&lt;P&gt;Yes, &lt;CODE&gt;outputMode&lt;/CODE&gt; only works with Python Module. This is by design since Splunk App is using the &lt;CODE&gt;modinput&lt;/CODE&gt; &lt;CODE&gt;outputMode&lt;/CODE&gt;. &lt;/P&gt;

&lt;HR /&gt;</description>
    <pubDate>Tue, 07 Jan 2020 12:10:50 GMT</pubDate>
    <dc:creator>lwu_splunk</dc:creator>
    <dc:date>2020-01-07T12:10:50Z</dc:date>
    <item>
      <title>What the point of using different outputMode in EventGen ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479319#M58871</link>
      <description>&lt;P&gt;I use &lt;STRONG&gt;tcpout&lt;/STRONG&gt; and &lt;STRONG&gt;udpout&lt;/STRONG&gt; outputMode with same sample log. As expected, both get same result.&lt;BR /&gt;
Even, i do not know how to identify which one from &lt;STRONG&gt;tcpout&lt;/STRONG&gt; or &lt;STRONG&gt;udpout&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;Another case, when i use &lt;STRONG&gt;httpevent&lt;/STRONG&gt; outputMode, i should included httpeventServers configuration.&lt;BR /&gt;
Because, every outputMode have &lt;STRONG&gt;MUST HAVE&lt;/STRONG&gt; configuration.&lt;/P&gt;

&lt;P&gt;I include valid token in httpeventServers. And it works.&lt;BR /&gt;
But when i use wrong token in httpeventServers. It works, too.&lt;/P&gt;

&lt;P&gt;My question is why EventGen have so many outputMode when we can use only one outputMode to generate &lt;STRONG&gt;eventdata&lt;/STRONG&gt; and its result is same like we using another outputMode ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 03:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479319#M58871</guid>
      <dc:creator>rendi7936</dc:creator>
      <dc:date>2020-01-06T03:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: What the point of using different outputMode in EventGen ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479320#M58872</link>
      <description>&lt;P&gt;I do not think &lt;CODE&gt;httpevent&lt;/CODE&gt; with wrong &lt;CODE&gt;httpeventServr&lt;/CODE&gt; will work.  &lt;CODE&gt;outputMode&lt;/CODE&gt; is used to send events to different targets.  For example if you are using  &lt;CODE&gt;httpvent&lt;/CODE&gt; mode, you are using HEC to send events to Splunk. UDP outputMode is useful when you want to send syslog to splunk via UDP port. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 08:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479320#M58872</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2020-01-07T08:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: What the point of using different outputMode in EventGen ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479321#M58873</link>
      <description>&lt;P&gt;I am pretty sure about it, &lt;STRONG&gt;httpevent&lt;/STRONG&gt; also work when using valid or wrong &lt;STRONG&gt;httpeventServers&lt;/STRONG&gt;. I say this because i  &lt;/P&gt;

&lt;P&gt;In this case, i use 2 instance installed with Splunk Enterprise 8.0.1. 1 instance ( &lt;STRONG&gt;SPLUNK8-Eventgen&lt;/STRONG&gt; ) installed with Eventgen as Splunk Apps. Another instance ( &lt;STRONG&gt;SPLUNK8&lt;/STRONG&gt; ) have enabled HEC until it shows up the HEC token.&lt;/P&gt;

&lt;P&gt;And then, i create &lt;STRONG&gt;eventgen.conf&lt;/STRONG&gt; to generate event and sent it to &lt;STRONG&gt;SPLUNK8&lt;/STRONG&gt; by using httpeventServers configuration ( valid &lt;STRONG&gt;HEC token&lt;/STRONG&gt; included ).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;SPLUNK8&lt;/STRONG&gt; does not receive the generated event. But, the generated event is show up in &lt;STRONG&gt;SPLUNK8-Eventgen&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;Even, i use wrong &lt;STRONG&gt;HEC token&lt;/STRONG&gt;. This is will happening again. That's why i ask a help in Splunk Answer.&lt;/P&gt;

&lt;P&gt;Is it outputMode in Eventgen only work as Python Module only not as Splunk Apps ? or this is a bug ?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 09:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479321#M58873</guid>
      <dc:creator>rendi7936</dc:creator>
      <dc:date>2020-01-07T09:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: What the point of using different outputMode in EventGen ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479322#M58874</link>
      <description>&lt;P&gt;Yes, &lt;CODE&gt;outputMode&lt;/CODE&gt; only works with Python Module. This is by design since Splunk App is using the &lt;CODE&gt;modinput&lt;/CODE&gt; &lt;CODE&gt;outputMode&lt;/CODE&gt;. &lt;/P&gt;

&lt;HR /&gt;</description>
      <pubDate>Tue, 07 Jan 2020 12:10:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479322#M58874</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2020-01-07T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: What the point of using different outputMode in EventGen ?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479323#M58875</link>
      <description>&lt;P&gt;Yes, &lt;CODE&gt;outputMode&lt;/CODE&gt; only works with Python Module. This is by design since Splunk App is using the &lt;CODE&gt;modinput&lt;/CODE&gt; &lt;CODE&gt;outputMode&lt;/CODE&gt;. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 12:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/What-the-point-of-using-different-outputMode-in-EventGen/m-p/479323#M58875</guid>
      <dc:creator>lwu_splunk</dc:creator>
      <dc:date>2020-01-07T12:10:57Z</dc:date>
    </item>
  </channel>
</rss>

