I have created source, category and generated the URL but when i am trying to post the data, it is not reflecting in the sumo logic live tail.
API is giving the 200 response.
No errors
we have two sumo logic collectors one for QA & the other for Prod.
And we had to create a source for an application in both of there collectors. However, by mistake we created both of them in the same collector (QA).
Now, I want to move the prod…
I would like to compare dates using a sumo logic query. Those dates are sent once per day (So sumologic log receive dates are not useful in this case) and the field is called "date". That field contains the exact date of the triggered event…
I am using Spring boot application. When I try to add the https://github.com/SumoLogic/sumologic-logback-appender to my project and added configuration in logback.xml as below
I have a requirement to find Sumologic Ingest budget data via a search and then schedule it. Any idea which _index I should be using for this ?
I did search all the sumologic document but couldnt find concrete material to get this through.
Anyone…
I am trying to parse aws ecr scan json logs to get vulnerabilities table report using below given query in SumoLogic. The issue is that aws.ecr sends the fields CRITICAL or HIGH only when those are found else it omits those fields. How to add…
I am trying to forward the logs from fluentD to summologic.
I have the following configuration in fluentd.conf
@type forward
port 24224
bind 0.0.0.0
@type sumologic
endpoint…
Artifactory cloud comes with some canned queries.
This query aggregates download volume by repo:
_sourceCategory=artifactory*
| where _sourceCategory matches "*artifactory/traffic"
| parse regex…
I am facing this issue at a very heavy scale, which is impacting my lambda performance.
INFRA USED:
Using on AWS-Lambda with Node.js by adding
log.config with below params:
endpoint: 'endpoint Where collector is setup',
interval:…
I'm trying to ingest Cloudwatch logs in Sumo Logic.
It works for metrics but not for logs. When I try to perform a log search querying
_sourceCategory=aws/cloudwatch
nothing is retrieved.
If I do the same in metrics, it works. So the issue seems to…
I am going to implement SumoLogic logging functionality in .NET Framework 4.5 without .NET Core. I have implemented almost but logs are not getting submitted into SumoLogic website. I think code missing something to implement or Sumologic does only…
I added a AWS S3 collector to my sumologic account, then logs started be gathered.
In my case those are Application Load Balancer access logs.
I also let collector default boundaries detection to "Infer boundaries".
I noticed that some incoming…
I am running a job on my Heroku app that generates about 300k lines of log within 5 minutes. I need to extract all of them into a file. How can I do this?
The Heroku UI only shows logs in real time, since the moment it was opened, and only keeps…
I have my servers configured in sumologic and logging is done at sumologic. I want to enable some alerts based on logging done.
I see two Options
1) Scheduled searches
2) Metrics.
My alerts should be based on the some execution time of the…