#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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...