All Apps and Add-ons

Using sentiment analysis in splunk ?

sumanth_isac
Path Finder

I want to use sentiment analysis app for social media data. Please can anyone tell me the step by step procedure.
1. How to insert data to sentiment analysis app ?
2. How to extract data from social media ? In which format ?
3. Do we need to change any conf files ?
Please put some light on all these.
Is there any detailed documentation for using this app ?

I am using windows machine. Will it work only in linux ?

Thank you

pruthvishetty92
Engager

The sentiment analysis app uses a training dataset to learn and uses your data to analyze the sentiments. Two training datasets are included with the app. For social media analysis Twitter training data (included) would be ideal.

  1. Inserting data into sentiment analysis app can be done directly through the search.
  2. You can extract data from social media (in this case, twitter) using rest api. Follow this - http://blogs.splunk.com/2014/07/03/splunking-social-media-tracking-tweets/ or https://discoveredintelligence.ca/stream-twitter-splunk-10-simple-steps/
  3. No, you don't really need to meddle with the conf files for this.

Once you have your tweets streaming into Splunk, you can use a SPL query such as sourcetype=tweets | sentiment twitter text.

Here, tweets is the name of the sourcetype you have given while setting up your twitter app. The syntax for sentiment analysis app is: sentiment . 'Twitter' is the name of the included training data. You can use your own training data by adding it into the same directory. 'text' is the field name derived from the search which contains the content of the tweets, which need to be analyzed.

This video can give you some additional details -https://www.youtube.com/watch?v=EU1sgObvrbI

celianouguier
Explorer

The link is not available anymore. Is there another link ?

0 Karma
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...