
Yuvaraj M
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Yuvaraj M-
Yuvaraj M created a post,
Conditional Operator
Unable to Proceed with the Practice session in Sumologic in Conditional Oprator: Using the query in step 2 as a starting point, amend the query to scan through Labs/Apache/Access and return the nu...
-
Yuvaraj M commented,
Thanks Jay, that helped :)
-
Yuvaraj M created a post,
Regex - Multi
Hi, Will have to extract the value of "ContactUUID" and "AWS_Attempts" from the below message.. However it was repeated multiple times, i tried using regex but not working as expected. Could you pl...
-
Yuvaraj M created a post,
Sourcehost Renaming
((_collector="AWS-SP-DEV" and _sourceCategory="http input")) _sourceHost="/aws/lambda/dev-c4c-student-event-publisher-v1" OR _sourceHost="/aws/lambda/dev-student-queue-publisher-v1" OR _sourceHost=...
-
Yuvaraj M commented,
thanks, that helped.
-
Yuvaraj M created a post,
JSON Format
Why my JSON log messages are in the format as below in line by line As i am expecting the log format step by step as below: above format is easy to understand and read the log data.. is there som...
-
Yuvaraj M commented,
yes, that doesn't help... i wanted to be in the below order in chart format :1._sourceHost="/aws/lambda/dev-c4c-student-event-publisher-v1" 2._sourceHost="/aws/lambda/dev-student-queue-publisher-v...
-
Yuvaraj M created a post,
Sorting
((_collector="AWS-SP-DEV" and _sourceCategory="http input"))(_sourceHost="/aws/lambda/dev-c4c-student-event-publisher-v1" OR _sourceHost="/aws/lambda/dev-student-queue-publisher-v1" OR _sourceHost=...
-
Yuvaraj M created a post,
Regex - Multi
I just need to parse Type, Code and description from the below message. I understand that it has to be done via parse regex. can you please clarify and give the output parse regex statement : "[...
-
Yuvaraj M created a post,
Regex - Multi
can we use parse regex multi options or any other operators to get the output as below from the message:"type" ="INFO""code"="INFORMATION""description"="Processing application : external applicatio...