Splunk Search

Append do not work anymore

telecomdesign
New Member

Hello

I did a code using append it was working perfectly. I didn't use my code for a week and now it is not working anymore.
Have you ever seen that before ?

my code:
index="my-index"

|append [search (type="repair_event" test_station="test1" )
OR (type="status_event" descriptor_name="test1" )
| stats distinct_count(serial) as r, distinct_count(number) as q by work_order | eval percent_err= round((q/r)*100,100) | eval percent_ok1=(100.00-percent_err)
]

|append [search (type="repair_event" test_station="test2" ) OR (type="status_event" descriptor_name="test2" )
| stats distinct_count(serial) as r, distinct_count(number) as q by work_order | eval percent_err= round((q/r)*100,100) | eval percent_ok4=(100.00-percent_err)
]

| stats first(percent_ok1),first(percent_ok4) by work_order

Thanks for your help

Tags (2)
0 Karma

broberg
Communicator

Are you in the same app as you were previously when it worked?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What do you mean by "not working"? What results are you getting now compared to what you were getting a week ago?

---
If this reply helps you, Karma would be appreciated.
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!

Deep insights, no barriers: Splunk Observability Cloud Free Edition

As software delivery cycles continue to accelerate, observability shouldn’t be a luxury — it should be a ...

Monitoring AI Agents with Splunk Observability Cloud

Let’s say I’m running a travel planning AI app in production. A user asks for three concise hotel options in ...

[Puzzles] Solve, Learn, Repeat: Tiling

This puzzle (first published here) is based on finding groups of tessellated tiles (inspired by floor tiles I ...