Giter VIP home page Giter VIP logo

sumologic-search-api's Introduction

sumologic-search-api

Python script to run sumologic search job api queries

Config Files

sumologic_environment:
  api_base_url: https://api.us2.sumologic.com/api
  api_access_id: TBD
  api_access_key: TBD

sumologic_search:
  type: records                        # records (aggregated results) or messages 
  query: |                  
    _sourceCategory=*
    | count as Total by _collector, _source, _sourceCategory
    | order by Total
    | Limit 20
  from: -24h                           # exact date like "2024-05-03T16:31:50", or relative ones using -15m, -2h, -5d, -2w
  to: now                              # exact date like "2024-05-03T16:31:50", or relative ones using -15m, -2h, -5d, -2w, or the string "now"
  timeZone: UTC                        # UTC, America/New_York, America/Los_Angeles, etc
  byReceiptTime: false                 # true or false
  autoParsingMode: Manual              # Manual or AutoParse

processing:
  debug:  false                        # true/false
  timeout: 120                         # in seconds before killing query
  batch: 1000                          # 1 to 10,000  batch records to download
  output_type: csv                     # screen, csv
  #screen_max_cell_width: 60           # xx
  output_destination: output.csv       # test.csv

Execution

python3 ./sumologic-search-api.py -c config/config_slps_1.yaml
image

sumologic-search-api's People

Contributors

julien-bernard avatar

Stargazers

Mark Overbey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.