Questions tagged [sumologic]

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

116 questions
1
vote
2 answers

Restrict Sumo Logic search to one timeslice bucket

I have logs being pushed to sumo logic once every day, but other co-workers have the ability to force a push to update statistics. This causes an issue where some sumo logic searches will find and return double (or more) than what is expected due to…
KingRogue
  • 13
  • 3
1
vote
1 answer

Pushing the logs from IdentityServer to sumoLogic via SerilLog: How we can combine sequential related log entries to one

We are using IdentityServer4 and sending logs to SumoLogic. We are pushing the logs from IdentityServer to sumoLogic via SerilLog and SumoLogic treats each log entry as a separate message. So whats happening is basically one error is getting…
Neha
  • 11
  • 1
1
vote
1 answer

Strange behaviour of timeslice in Sumo Logic

I have this query in sumo: _sourceCategory=my_product | timeslice 1h | count by _timeslice In my aggregates list I have a 1h difference between the data: but in my graph I have a 15 mins segment like this: So my question is: where does this 15…
paulalexandru
  • 9,218
  • 7
  • 66
  • 94
1
vote
1 answer

SumoLogic real time alert - split into separate events

We would like to be able to use SumoLogic's to send one alert out for each individual occurrance of a particular pattern. For example, if we see error ERR123 four times, then four alerts should be sent. SumoLogic's Real Time Alerts is the closest…
GaTechThomas
  • 5,421
  • 5
  • 43
  • 69
1
vote
1 answer

How do I log from Azure to an external program?

I need a system which reads new log entries from an azure function and outputs them to a logging program like SUMO Logic. This system needs to run outside of the azure function so as to increase efficiency within the function. I basically need a way…
Cat
  • 21
  • 1
1
vote
1 answer

Sumologic and Android Tablet

I have a sumologic query that returns the OS / Browser based on the user-agent. I've trying to twek this query to differentiate between mobile / tablet / desktop. This is quite easy when it come to Apple as you can get the iPad / iPhone from the…
1
vote
1 answer

How does SumoLogic Automatic Timestamp Parsing work?

How does SumoLogic automatic timestamp parsing work? Does it parse a line of log output and stop at the first occurrence of what appears to be a timestamp? What formats does it support? I am aware that you can specify an exact format though I'm…
Thomas Hunter II
  • 5,081
  • 7
  • 35
  • 54
0
votes
0 answers

SumoLogic: Joining two queries

I would like to use join function (from what I understand from SumoLogic documentation should be the best) thus at the same time run search containing 2 different queries. The second query should rely on the same value from field (TraceNumber) found…
0
votes
1 answer

SumoLogic OpenTelemetry in ASP.NET 4.7.2 application

For settings up SumoLogic OpenTelemetry for a .NET Framework 4.7.2 application, I have followed the below steps but it does not send any Telemetry data via the collector. As per this documentation, We installed Sumo Logic OpenTelemetry Collector…
0
votes
1 answer

Sumo Logic metric query override quantize rollup but leave default interval?

Can I override the quantize rollup (default avg) without overriding the interval? That way I can change the quantize rollup to say max but still have the dynamic interval inherited from the dashboard it's in. E.g. quantize to inherited using…
MikeJansen
  • 3,336
  • 3
  • 26
  • 37
0
votes
0 answers

Monitoring for an AWS EKS cluster: SumoLogic vs CloudWatch?

At the moment we are using https://github.com/SumoLogic/sumologic-kubernetes-collection to collect metrics and logs from our EKS clusters and send them to Sumo backend. The problem is that we pay quite heavily for our 60GB of logs per day and ~ 70k…
Rafał Radecki
  • 151
  • 1
  • 1
  • 7
0
votes
0 answers

Electron App integration with Open-telemetry

We are having an Electron application developed in react and using webpack. We are trying to integrate OTel(https://opentelemetry.io/) with our Electron app and was following solution mentioned on Quick Start section on…
0
votes
2 answers

How to disable JSON format and send only the log message to Sumologic with Fluentbit?

We are using Fluentbit as as Sidecar container in our ECS fargate Cluster which is running a dotnet application, initially we faced the issue of fluentbit sending the logs in multiline and we solved it using Fluentbit Multilne feature. Now the logs…
0
votes
0 answers

Setup monitoring alert on metrics in sumologic

We have a metrics setup in the sumologic that gives us the latest row_count of the tables in our system(polls the row_count from DB in every hour). I want to raise an alert if the row_count for any of the table decreases. So far tried the query…
geek94
  • 443
  • 2
  • 11
0
votes
1 answer

Terraform - ordered generation of resources which are related based on a list variable

I currently try to automate nested SumoLogic forder creation as part of my custom module. I have to use this resource. I need to create a folder path similar to: parent_folder_path = "SRE/Test/Troubleshooting" and due to the fact that this…
Rafał Radecki
  • 151
  • 1
  • 1
  • 7