Splunk Search

What does "pop from empty list" mean?

Alexandre_Nizou
Explorer

Using diff in a search, the interface shows the following message:

Pop from empty string

The search is the following:

index=main source="/etc/syslog-ng/syslog-ng.conf" | diff

Source exists in the correct index, and without the diff it will show raw content revisions of said file. What am I doing wrong?

Thanks.

Tags (3)
0 Karma

sideview
SplunkTrust
SplunkTrust

Hm. that's very strange.

Out of curiosity what happens if you really only give diff the most recent 2 revisions, like so:

index=main source="/etc/syslog-ng/syslog-ng.conf" | head 2 | diff

It shouldnt make a difference but I'm wondering if it hits something deeper in the events that is triggering some bug.

Another thing to troubleshoot would be comparing different positions besides the first two rows.

index=main source="/etc/syslog-ng/syslog-ng.conf" | diff position1=10 position2=11
0 Karma

Alexandre_Nizou
Explorer

Did not change a thing, yet when I do a 'index=main source="/etc/syslog-ng/syslog-ng.conf"' I do see 2 different revisions of the file.

0 Karma
Get Updates on the Splunk Community!

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...