
Mohit Mehta
- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 34
Activity overview
Latest activity by Mohit Mehta-
Mohit Mehta commented,
Hello Lincoln,If we were to create a new partition for a subset of our logs, is there a way to migrate the logs from the default partition to the newly created partition? -> Partition is only stori...
-
Mohit Mehta commented,
Hello Dan,Yes, you can collect logs from multiple containers to sumo logic. You need to add an additional [INPUT] section in your rawConfig: |- section of values.yaml file: Below is the link which ...
-
Mohit Mehta created an article,
Sumo Logic Kubernetes node metric (metric=node:node_cpu_utilisation:avg1m") missing data when Changing Scrape Interval
Problem: When configuring Sumo Logic Kubernetes solution with Prometheus for metrics collection using HELM CLI command, and setting prometheus-operator.prometheus.prometheusSpec.scrapeInterval to b...
-
Mohit Mehta created an article,
Terraform Sumo Logic Provider fails with "401-Full-authentication-is-required"
Problem: When I attempt to create Sumo Logic collector using the Sumo Logic Terraform provider, I get the following error: Error: collector with name my-collector not found: <html><head><meta http-...
-
Mohit Mehta created an article,
Data ingested from an S3 bucket or an HTTP source consumes more storage in Sumo Logic
Sumo Logic ingests the objects from the S3 bucket or from HTTP source in uncompressed form, prior to ingestion. Sumo Logic lists all the objects and unzips all the compressed files. Consequently, t...
-
Mohit Mehta commented,
Hello Heng, I think you can do a percentile of _count. You can try like below syntax: | count by _timeslice | pct(_count, 95) as count_95th by _count This should work. Let me know if you have any q...
-
Mohit Mehta commented,
Hello Abdul, I have looked into our backend it looks like the Partition which you are using in the query: _index=devPrt. And it's a Frequent tier partition and API queries are not supported in the...
-
Mohit Mehta commented,
It looks like the starting of the messages:<14>1 2020-07-01T19:01:49.170Z xxxxxx.x.xxxx.com icdx - 8040 [origin ip="" software="Symantec Integrated Cyber Defense Manager" swVersion="14.3.589.0000"]...
-
Mohit Mehta commented,
Hey Mohan,Can you please provide the example logs and the data which you are trying to parse? Are you using Parse anchor or Parse regex? Please, also provide the query which you are using. Thanks, ...
-
Mohit Mehta created an article,
Kubernetes cluster throwing too many "BufferOverflowError" messages.
Problem: Kubernetes cluster throwing too many error logsBufferOverflowError, error=\"buffer space has too many data\" and buffer overflow action=:throw_exception" Resolution: The root cause of the ...