Splunk Search

using the collect command with file option

imosquera
Explorer

I have a search command that looks like:

| mysqlquery spec="users" query="select * from users" | collect index="new_users_idx" file="new_users_$timestamp$"

But when I use the file option it never goes into "new_user_idx" index. It always goes into the "main" index. I'm currently using Splunk 4.3

Am I doing something wrong?

Tags (2)

MarioM
Motivator

i have tested and it seems that you need to add .stash_new or .stash then it goes to the right index:

| mysqlquery spec="users" query="select * from users" | collect index="new_users_idx" file="new_users_$timestamp$.stash"
0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...