
David Combaluzier
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by David Combaluzier-
David Combaluzier commented,
Yes thank you, this is the good solution
-
David Combaluzier created a post,
Log messages truncated on syslog collector
Hello, I have added a Syslog collector and my logs are truncated to 2048 characters.Is there a Sumologic limit, collector limit or known Syslog limit that could explain this ?I loose data and canno...
-
David Combaluzier commented,
The problem with your request is that you cannot make a difference between a service that goes down, a service that is still down and a service that is back. service goes down you receive at a poin...
-
David Combaluzier commented,
It seems that the following request does what I need: _sourceName="CMS ping"| parse "status=*" as httpCode| if(httpCode=200,1,0) as success| if(httpCode=200,0,1) as error| timeslice 1m | count(*) a...
-
David Combaluzier commented,
tks for your answer my query starts with _sourceName="CMS ping"| parse "status=*" as httpCode| if(httpCode=200,1,0) as res and I want an alert the first time res value is 0 better would be an alert...
-
David Combaluzier created a post,
Send alert only once
Hello, I have a collector that sends an applicative isAlive log every minute. This log contains 200 if everything is OK and Something else otherwise. Suppose everything is OK, I receive 200 severa...
-
David Combaluzier commented,
Hi Alex did you find a solution ? I am facing the same kind of problem