sumologic-python-sdk icon indicating copy to clipboard operation
sumologic-python-sdk copied to clipboard

Results 24 sumologic-python-sdk issues
Sort by recently updated
recently updated
newest added

instead of having this script as an example https://github.com/SumoLogic/sumologic-python-sdk/blob/master/scripts/search-job-messages.py I'd like to create API callback function so developers can use, any procedure for PR?

The systems we were logging to sumologic were decommissioned and we needed to export all log data. The script is for exporting all data to json files. It is standalone...

Collector Management API added a new features recently. Need to add methods to call the functionality. Release notes for reference (specifically 6/26/20190 https://help.sumologic.com/Release-Notes/Developer-Release-Notes

This is an attempt at a high-level simple API for the Sumo library. (see #32) Usage: ```py fields, messages, records = sumo.simple.search(""" _sourceCategory=nginx/prod error """, startTime=timedelta(minutes=-60), endTime=None) for m in...

Heyo, The line ```from sumologic import *``` in __init__.py (https://github.com/SumoLogic/sumologic-python-sdk/blob/2ca5e97e4f7514a98cdf8ddd372a9ff00ea8b8a1/sumologic/__init__.py) doesn't work correctly in Python 3.6 because it uses an absolute import, and not a relative import. It ends up...

I think it would be helpful to have a higher-level, object-based abstraction around the current API. Is this something that other people would find valuable? Somewhat like [Boto3 Service Resources](https://boto3.readthedocs.io/en/latest/guide/resources.html)...

Also removed \ from command line argument comment and changed limit to 1,000,000 (limit may not be necessary)

I added a proof of concept implementation for this lib whihc uses async http: https://aiohttp.readthedocs.io/en/stable/index.html I don't know yet how to include this code in a way that does not...

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies