Splunk Search

Using splunk to perform semi-automated analysis of customer comments / reviews / complaints?

kgodwin
New Member

Is there a practical way to do this in Splunk? As far as I can tell it is basically only some sentiment analysis options which is only part of the goal.

The main goal would be figuring out if X users complained about Y.

Tags (2)
0 Karma

MuS
SplunkTrust
SplunkTrust

Hi kgodwin,

You can achieve your main goal as well with Splunk 😉
If you have your data ready in non-binary format Splunk can index it and you can do things like "who complained when about what".....

As example, if your data contains fields like user, productID and feedback which would hold either value of comments, reviews or complaints. In this case you can do something like this:

... | timechart count user by productID where comments=complaints

and get back a nice reports about the numbers of users who posted a complain about some product over a given time range.

In the docs about timechart search command you will see some nice example reports.

hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...