Splunk Search

Macro returns no result when applied

klausJohan
Path Finder

Hello,

Could someone explain what am I doing wrong in using a macro ?

Here is the macros.conf file

[GET_IP]
definition = 127.0.0.1

The search query I intend to use is :

source="mySource" AND object.ip_address='GET_IP'

However, if I paste the above query in the search bar I obtain no result . On the other hand if I do the same thing for the expanded query (source="mySource" AND object.ip_address=127.0.0.1) I get all the events back .

Tags (2)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

You need to use backticks, not quotes, and probably make it eval macro.

macros.conf
[GET_IP]
definition = "\"127.0.0.1\""
iseval = true


source="mySource" object.ip_address=GET_IP

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

You need to use backticks, not quotes, and probably make it eval macro.

macros.conf
[GET_IP]
definition = "\"127.0.0.1\""
iseval = true


source="mySource" object.ip_address=GET_IP

klausJohan
Path Finder

Thanks .Worked with : definition = "127.0.0.1"

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

try your initial definition.

0 Karma

klausJohan
Path Finder

Thanks. I'm still getting an error back . This time is "Error in 'SearchParser': The definition of macro 'GET_IP' is expected to be an eval expression that returns a string"

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

try this url: http://your_splunk:8000/en-US/debug/refresh/?entity=admin/macros and then try your search again.

0 Karma

klausJohan
Path Finder

The "backtip " opened my eyes about how to properly use a macro in a search. Now I obtain an error : Error in 'SearchParser': Could not find macro 'GET_IP' that takes 0 arguments. Expecting stanza name 'GET_IP'.

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!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...