Questions tagged [sumologic]

Sumo Logic is a cloud-based log management and analytics service.

116 questions
0
votes
0 answers

Pushing logs over HTTP is not working in sumo logic

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
Jayanth Bala
  • 758
  • 1
  • 5
  • 11
0
votes
0 answers

Can we move a source from one collector to another in Sumo Logic

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…
Rama Rahul
  • 93
  • 7
0
votes
0 answers

Compare date fields in sumologic

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…
nicg
  • 29
  • 2
0
votes
2 answers

Could not create an Appender of type [com.sumologic.logback.SumoLogicAppender]

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
Galet
  • 5,853
  • 21
  • 82
  • 148
0
votes
1 answer

How write search query for Sumologic to find stored ingest budget?

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…
0
votes
1 answer

Pass default 0 value to missing field in json log search in Sumo Logic

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…
0
votes
0 answers

How to enable fluentD sumologic plugin

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…
0
votes
1 answer

How can I write a sumo logic query that aggregates a field over time

Artifactory cloud comes with some canned queries. This query aggregates download volume by repo: _sourceCategory=artifactory* | where _sourceCategory matches "*artifactory/traffic" | parse regex…
red888
  • 27,709
  • 55
  • 204
  • 392
0
votes
1 answer

Getting timeslice per hour but grouping by machine ID

_sourceCategory=myService | json field=_raw "log.Log" as log_message | json field=_raw "log.Barcode" as log_Barcode | json field=_raw "log.MachineId" as machine_id | where log_message contains "successfully sorted" | count by machine_id This query…
Lostaunaum
  • 697
  • 1
  • 10
  • 31
0
votes
1 answer

How to fix Socket disconnected issue faced for AWS lambda for Sumologic?

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:…
Aagam Doshi
  • 155
  • 2
  • 14
0
votes
1 answer

Sumo Logic and Cloudwatch logs not working with querying source

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…
Peter
  • 2,004
  • 2
  • 24
  • 57
0
votes
1 answer

Is it possible to implement sumo logic in .net framework 4.5 with Console app? If yes how can we implement

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…
0
votes
1 answer

How to reprocess raw logs in Sumologic

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…
G. Ghez
  • 3,429
  • 2
  • 21
  • 18
0
votes
2 answers

How to download 300k log lines from my application?

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…
Asalas77
  • 612
  • 4
  • 15
  • 26
0
votes
1 answer

Which option is better for setting up alerts on sumo logic?

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…
user9920500
  • 606
  • 7
  • 21