Sumo Logic is a cloud-based log management and analytics service.
Questions tagged [sumologic]
116 questions
0
votes
2 answers
How to stop Sumo Logic alerts
How can I (force) stop receiving the Sumo Logic alerts?
I have scheduled a Sumo Logic search, and started receiving the email alerts. However, after I unscheduled it (Run frequency = "Never") and even deleted it, I'm still receiving these alerts.…

sferencik
- 3,144
- 1
- 24
- 36
0
votes
1 answer
Environment toggle in Sumologic dashboard
I've created a dashboard to monitor errors & warnings for my app.
I'm logging to separate locations (_sourceHost) based on environment (uat, prod).
I'd like to have a toggle on the dashboard so I can easily switch between UAT & Prod, rather than…

David McEleney
- 3,397
- 1
- 26
- 32
0
votes
2 answers
How to download more than 10000 data from sumologic
I am new to sumologic. I am trying to use API to download more than 10000 data.
I already generate access id and keys like this:
But when I try to open the url: https://api.au.sumologic.com/api/v1/search/jobs, I have the following erro info:
I am…

Feng Chen
- 2,139
- 4
- 33
- 62
0
votes
1 answer
How to setup alerts in sumo logic with NQL
Login events are tracked in catalina.out. This file then gets pushed to SumoLogic. How to create an alert on these login events for unauthorized users(list of users)

sam
- 77
- 2
- 11
0
votes
1 answer
How do I add a custom filter to a log search?
How do I create and add a custom placeholder/filter to a log search in sumologic?
In this example, how would I replace dev- with an ${env} placeholder that I can use as a filter in the dashboard I am creating.
_source="syslog-collector" "dev-my-app"…

Freid001
- 2,580
- 3
- 29
- 60
0
votes
1 answer
How do I create an aggregated table in sumologic?
How can I construct a sumologic query which would returns the below log items in an aggregated table which group ths uri, status_code and number of requests. For example: uri = /healthcheck, status_code = 200 and requests = 1.
<27>Sep 12 11:03:26…

Freid001
- 2,580
- 3
- 29
- 60
0
votes
1 answer
how to change the format of a field when using parse to select fields in sumologic
I am totally new to sumologic platform. I am trying to select fields from the log data. The simple code is:
| parse "transactionNumber=*|" as transactionNumber
| parse "message=*|" as message
My transaction number is a very long numbers, such as…

Feng Chen
- 2,139
- 4
- 33
- 62
0
votes
2 answers
Split string with lookahead regex
I have this string:
{"TimePeriod": {"Start": "2017-03-01", "End": "2017-04-01"}, "Total": {"UnblendedCost": {"Amount": "2942.25119998", "Unit": "USD"}, "UsageQuantity": {"Amount": "20835", "Unit": "Hrs"}}, "Groups": [], "Estimated":…

Forrest
- 723
- 2
- 8
- 24
0
votes
1 answer
Sending livetail output to an http endpoint
I am using livetail-cli provided by sumologic.
I am trying send the livetail output to an http endpoint. But it shows connection time out error after some time.
The command which i am using is
while IFS= read -r newline; do echo $newline | curl…

user2823667
- 193
- 2
- 18
0
votes
1 answer
Regular expressions : How to exclude specific string inside a line
I'm trying to filter out API call names using regex.
The problem is that I can't filter out specific strings from the API calls which I don't need.
In the following examples I need to filter out/cut from the API call which contains the string "sg-"…

DuduSaharov
- 13
- 2
0
votes
2 answers
Java request - Sumo Logic
I am passing the following request to the sumo logic application and receiving "unparsable query" as the output. What is the problem in this query? Am I missing some escape strings?
String searchJobId = sumoClient.createSearchJob(
…

Karthi
- 708
- 1
- 19
- 38