All Apps and Add-ons

How do I configure Splunk to filter in only Tweets that I want to index?

BlueSocket
Communicator

Dear All,

I am a n00b and working with the twitter2 App to do some analysis of responses to a TV programme, for instance, TopGear. I COULD take all of the Tweets that are generated in the world and then search them all for just #TopGear, but this is very wasteful and requires much more data to be ingested than will actually be used at all in the system (not to mention use up much index licensing).

So, I need to use props.conf and transforms.conf to filter in only the Tweets that I am looking for. This sounds like something that should be easy, as there are a few entries in the Splunk manuals that itemize this process, but I cannot see that any filtering is happening. Is there a log that I can switch on that will show me what filtering is happening, so that I can work out the problem?

Also, here is the local props.conf:

[script:/opt/splunk/etc/apps/twitter2/bin/stream_tweets.py]
TRANSFORMS-set= setnull,setparsing

And here is the contents of the transforms.conf:

[setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue

[setparsing]
REGEX = /#(?i:topgear)\b/
DEST_KEY = queue
FORMAT = indexQueue

I am not sure where I am going wrong. I am just not seeing any filtering at all, where I think that I should be!

Thanks in advance,

BlueSocket

0 Karma
1 Solution

woodcock
Esteemed Legend

Your stanza head in 'props.conf is wrong; change [script:/opt/splunk/etc/apps/twitter2/bin/stream_tweets.py], to [myTweetSourcetype] instead.

View solution in original post

woodcock
Esteemed Legend

Your stanza head in 'props.conf is wrong; change [script:/opt/splunk/etc/apps/twitter2/bin/stream_tweets.py], to [myTweetSourcetype] instead.

BlueSocket
Communicator

Sorry, do you mean to change it to be:

[twitter]
TRANSFORMS-set= setnull,setparsing

Yes, I think that this works... (I have other issues now)!

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...