How do I resolve the following error?
Error in 'SearchParser': The search specifies a macro 'aws-cloudtrail-sourcetype' that cannot be found. Reasons include: the macro name is misspelled, you do not have "read" permission for the macro, or the macro has not been shared with this application. Click Settings, Advanced search, Search Macros to view macro information.
Hi
I assume why i am getting error is because the below macro are not seen in the search macros
`aws-cloudtrail-sourcetype` eventName=StopInstances OR eventName=RebootInstances OR eventName=TerminateInstances NOT errorCode | rename "requestParameters.instancesSet.items{}.instanceId" AS instanceId | stats values(instanceId) as instanceId count(instanceId) as count by awsRegion eventName eventTime userIdentity.arn eventID
However i tried clone the existing macro and tried to create a new one , still i am getting an error message when saving.
Err msg " Encountered the following error while trying to save: Number of arguments provided (1) does not match with the number implied by the macro name (0)"
Hi
Yes i am able to see the macro , also have permission to Edit , Enable or disable.
ohk, on the settings, advanced search, search macros, are you able to search/view that macro - 'aws-cloudtrail-sourcetype' ...probably, as you have some permissions issues, you may not be able to "Read" it, i think. if you are running this from "search" app, try to run it from some other app(just in case, if this macro is not shared with "search" app).
if still you face the same error, then, you will need to check with splunk admins/power users/aws splunk admins for read permission.
Hi
I assume why i am getting error is because the below macro are not seen in the search macros
`aws-cloudtrail-sourcetype` eventName=StopInstances OR eventName=RebootInstances OR eventName=TerminateInstances NOT errorCode | rename "requestParameters.instancesSet.items{}.instanceId" AS instanceId | stats values(instanceId) as instanceId count(instanceId) as count by awsRegion eventName eventTime userIdentity.arn eventID
However i tried clone the existing macro and tried to create a new one , still i am getting an error message when saving.
Err msg " Encountered the following error while trying to save: Number of arguments provided (1) does not match with the number implied by the macro name (0)"