josh_lloyd
07/01/2022, 10:31 PM"status" : 400,
"id" : "H0PEY-I29NO-66SV4",
"code" : "searchjob.generic",
"message" : "Generic error."
which obviously the most useless error code I’ve seen in my life. I have to assume it has something to do with the format of my query, but I can’t for the life of me figure out what I’m doing wrong
query that works in the Sumologic UI (with obvious substitutions):
_sourceCategory=category/name/here
| where logger_name = "com.foo.baz.spam.eggs.potatoes"
| count by account_name,account_id,field_3,field_4
I concatenate it to a single line to fit in the meltano.yml filevisch
07/02/2022, 1:41 PM