<?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 Why am I missing fields in search results running the Sentiment Analysis app on Splunk 6.3.3? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202241#M21288</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;I am running Splunk 6.3.3 and trying to get Sentiment Analysis to work with any app.  I have a distributed search environment so I put the app on each of my Search Heads and Indexers.  I have added &lt;CODE&gt;local = true&lt;/CODE&gt; to each stanza in my commands.conf file.  I have reloaded the deployment server, then bounced Splunk on each server in my environment and cannot find the fields sentiment, language, tokens, or heat.  Trying &lt;CODE&gt;index=twitter&lt;/CODE&gt; or &lt;CODE&gt;index=*&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;What did I miss on the install and config?&lt;/P&gt;

&lt;P&gt;Thanks! &lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2016 21:41:10 GMT</pubDate>
    <dc:creator>ccsfdave</dc:creator>
    <dc:date>2016-08-01T21:41:10Z</dc:date>
    <item>
      <title>Why am I missing fields in search results running the Sentiment Analysis app on Splunk 6.3.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202241#M21288</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;

&lt;P&gt;I am running Splunk 6.3.3 and trying to get Sentiment Analysis to work with any app.  I have a distributed search environment so I put the app on each of my Search Heads and Indexers.  I have added &lt;CODE&gt;local = true&lt;/CODE&gt; to each stanza in my commands.conf file.  I have reloaded the deployment server, then bounced Splunk on each server in my environment and cannot find the fields sentiment, language, tokens, or heat.  Trying &lt;CODE&gt;index=twitter&lt;/CODE&gt; or &lt;CODE&gt;index=*&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;What did I miss on the install and config?&lt;/P&gt;

&lt;P&gt;Thanks! &lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:41:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202241#M21288</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2016-08-01T21:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I missing fields in search results running the Sentiment Analysis app on Splunk 6.3.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202242#M21289</link>
      <description>&lt;P&gt;Hey @CCSFDave, the sentiment analysis app hasn't been updated since 6.0, so there are likely a number of things that don't work with newer versions of Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 21:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202242#M21289</guid>
      <dc:creator>aljohnson_splun</dc:creator>
      <dc:date>2016-08-01T21:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I missing fields in search results running the Sentiment Analysis app on Splunk 6.3.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202243#M21290</link>
      <description>&lt;P&gt;Hi ccsfdave,&lt;/P&gt;

&lt;P&gt;I'm using the sentiment app on Splunk 6.4.2 and it works. I index twitter feeds and use &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search here | sentiment twitter text | more Splunk-Fu here
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to get the sentiment analysis done on the event field &lt;CODE&gt;text&lt;/CODE&gt; using the &lt;CODE&gt;twitter&lt;/CODE&gt; dataset. &lt;BR /&gt;
The result will have a new field called &lt;CODE&gt;sentiment&lt;/CODE&gt;, but it looks like you got confused by the commands the app includes and the returned fields. The App will include these commands:&lt;/P&gt;

&lt;P&gt;This app includes:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;two trained datasets (twitter and imdv)&lt;/LI&gt;
&lt;LI&gt;three search commands:
 &lt;STRONG&gt;sentiment&lt;/STRONG&gt; to predict user sentiment
 &lt;STRONG&gt;language&lt;/STRONG&gt; to predict what language an event is written in
 &lt;STRONG&gt;tokens&lt;/STRONG&gt; to make it easier to tokenize terms and phrases for analyzing text
 &lt;STRONG&gt;heat&lt;/STRONG&gt; to measure how emotionally charged a text is
Hope this helps ...&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 03:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202243#M21290</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-08-02T03:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I missing fields in search results running the Sentiment Analysis app on Splunk 6.3.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202244#M21291</link>
      <description>&lt;P&gt;right you are.  Man I feel dumb if that was obvious to everyone but me  &lt;EM&gt;embarrassed&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 03:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-am-I-missing-fields-in-search-results-running-the-Sentiment/m-p/202244#M21291</guid>
      <dc:creator>ccsfdave</dc:creator>
      <dc:date>2016-08-02T03:49:34Z</dc:date>
    </item>
  </channel>
</rss>

