Metadata-Version: 1.1
Name: logentries-cli
Version: 1.0
Summary: Get your logs from Logentries on the comandline
Home-page: http://github.com/adamchainz/logentries-cli/
Author: Adam Johnson
Author-email: me@adamj.eu
License: GPLv3
Description: logentries-cli
        ==============
        
        Get your logs from Logentries on the comandline. Provides the `logentries`
        command which makes it easy to call their
        [https://logentries.com/doc/api-download/](Download API).
        
        
        Examples
        --------
        
        `logentries web nginx`
        
        With only the required arguments (host and log) filled in, the last 20 minutes
        of messages from that log are downloaded (streamed through).
        
        `logentries web nginx -f code=500`
        
        Passing a [https://logentries.com/doc/search/](Logentries filter) means that
        fewer messages are downloaded and you can analyze faster.
        
        `logentries web nginx -f 'code=500' -s '1am' -e '5 minutes ago'`
        
        A wide variety of datetime formats are supported for specifying the start and
        end of the time period to fetch messages for, thanks to the awesome
        [https://github.com/bear/parsedatetime](parsedatetime).
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Logging
