#Random
This is a place to discuss all things outside of Splunk, its products, and its use cases.

How can I find my own comments?

ddrillic
Ultra Champion

I'm doing fine when searching for my own threads in Answers but I have little success in finding threads on which I commented and it can get pretty frustrating ; -)

Any ideas how to search for them?

Tags (1)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi ddrillic,

I usually use this in Google search to get comments:

 site:answers.splunk.com "commented by ddrillic"

and you will get your comments 😉

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi ddrillic,

I usually use this in Google search to get comments:

 site:answers.splunk.com "commented by ddrillic"

and you will get your comments 😉

cheers, MuS

ddrillic
Ultra Champion

This is gorgeous @MuS - any luck in sorting them by date?

0 Karma

MuS
SplunkTrust
SplunkTrust

¯\_(ツ)_/¯

No Google search expert, but you can create a scripted input, index the results, and search them in Splunk 😛
Then it would be as easy as running this:

 index=answers source=ddrillic sourcetype=comments | stats values(*) AS * by _time | sort - _time

cheers, MuS

ddrillic
Ultra Champion

Interesting idea @MuS ; -)

0 Karma

ddrillic
Ultra Champion

Via Settings we can reach Advanced search with plenty of options...

0 Karma
Get Updates on the Splunk Community!

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 ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...