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!

Event Series: Telemetry Pipeline Management

Balancing Scale and Spend: Gaining Control Over High-Volume Metrics in Splunk Observability Cloud As ...

Kick the Tires Before You Commit: A Hands-On Tour of the Splunk Observability Cloud ...

Evaluating an enterprise observability platform usually goes like this: fill out a form, get a free trial with ...

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