Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming structured events implementation #10801

Closed

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    9c2478b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. first cut

    renukamanavalan committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4bba076 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    ff78343 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. upon self code read

    renukamanavalan committed May 20, 2022
    Configuration menu
    Copy the full SHA
    52a8a14 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. update

    renukamanavalan committed May 26, 2022
    Configuration menu
    Copy the full SHA
    30c5108 View commit details
    Browse the repository at this point in the history
  2. Added severity

    renukamanavalan committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b95e5d9 View commit details
    Browse the repository at this point in the history
  3. added severity

    renukamanavalan committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e1b6f47 View commit details
    Browse the repository at this point in the history
  4. Sev update

    renukamanavalan committed May 26, 2022
    Configuration menu
    Copy the full SHA
    bb842ad View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. First cut

    renukamanavalan committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    acffaa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. first cut

    renukamanavalan committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    ba48440 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Trying to build

    renukamanavalan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    99fa2c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. updates per review

    renukamanavalan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    bfa0b2c View commit details
    Browse the repository at this point in the history
  2. build in progress

    renukamanavalan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c903f02 View commit details
    Browse the repository at this point in the history
  3. per comments

    renukamanavalan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    091ced5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. test code written

    renukamanavalan committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    78e5176 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Adding test code

    renukamanavalan committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c6dad25 View commit details
    Browse the repository at this point in the history
  2. cap added in pub

    renukamanavalan committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b854f07 View commit details
    Browse the repository at this point in the history
  3. Added one moe test

    renukamanavalan committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ef1325a View commit details
    Browse the repository at this point in the history
  4. test is complete

    renukamanavalan committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    338766b View commit details
    Browse the repository at this point in the history
  5. add UT to make

    renukamanavalan committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    0f64cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    5fe6502 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Added service file

    renukamanavalan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1fd68a9 View commit details
    Browse the repository at this point in the history
  2. Add eventd as feature

    renukamanavalan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    9f9027b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    d5b9562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd6eb5 View commit details
    Browse the repository at this point in the history
  3. Add rsyslog plugin and tests

    Ubuntu committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    999a175 View commit details
    Browse the repository at this point in the history
  4. Add syslog if init fails

    Ubuntu committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3082cf8 View commit details
    Browse the repository at this point in the history
  5. Fix onInit logic

    Ubuntu committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ee28577 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc691a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4a0c82 View commit details
    Browse the repository at this point in the history
  8. added comments

    renukamanavalan committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dbcc4df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f66beac View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Add makefile and resolve PR comments

    Ubuntu committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7cb88d7 View commit details
    Browse the repository at this point in the history
  2. Remove redundant headers, etc

    Ubuntu committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b92bb29 View commit details
    Browse the repository at this point in the history
  3. Add logic for empty regex expressions

    Ubuntu committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    4468e11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c57de23 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Remove redundant syslog messages

    Ubuntu committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0eec661 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    15969a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcc00ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea1de6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Resolve PR comments

    Ubuntu committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5916a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec671c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    ae60e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9393101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acfd64c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merge pull request #1 from renukamanavalan/remanava_events

    SONiC Eventd: Adding  a new container to SONiC image
    renukamanavalan authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1700020 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    b80b884 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    8a4c593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3646069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c03eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f9255a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    266c161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202589f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    b75607b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. add docker mountpath

    renukamanavalan committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a5f45b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9423d0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5be04f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge pull request #3 from renukamanavalan/remanava_events

    Integrate with BGP container
    renukamanavalan authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    076a6ac View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    13a7f47 View commit details
    Browse the repository at this point in the history
  2. Added comments

    renukamanavalan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    91d7633 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Merge pull request #4 from renukamanavalan/remanava_events

    Enabled cache to kick off right upon startup
    renukamanavalan authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    65f42ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4818259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec3bc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    2e1d8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10f25b View commit details
    Browse the repository at this point in the history
  3. tool update

    renukamanavalan committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b6484c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33eba65 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    30b9ea1 View commit details
    Browse the repository at this point in the history
  2. Add lua code and formatter for rsyslog plugin

    zain committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    13b8271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae8fb4a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Remove unneccessary lines

    Ubuntu committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    540af0f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lua_support' of github.com:renukamanavalan/sonic-buildi…

    …mage into lua_support
    Ubuntu committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f114b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8103e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Add changes from review

    Ubuntu committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b8300f3 View commit details
    Browse the repository at this point in the history
  2. Remove print statement

    Ubuntu committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    7c4c78d View commit details
    Browse the repository at this point in the history
  3. Add peer review changes

    Ubuntu committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    52e1590 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    3e9a073 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    b8e0b3d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    f8d066d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge pull request #6 from renukamanavalan/lua_support

    Add lua code and formatter for rsyslog plugin
    zbud-msft authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8f115d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    a679910 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    654a3bd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    071eb58 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    e8cc328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5605b20 View commit details
    Browse the repository at this point in the history
  3. Add python tool to publish events for testing (#7)

    * Add python tool to publish events for testing
    
    * Copy events publish tool to /usr/sbin
    
    * Add functionality to read from file
    
    * Add ability to read tag from file and take source as param
    
    * Add changes per peer review
    
    Co-authored-by: Ubuntu <zain@zb-dev-vm.022x1jpnpm4u1iy2d325acts3c.yx.internal.cloudapp.net>
    zbud-msft and Ubuntu authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    edfde1e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Merge pull request #9 from renukamanavalan/remanava_final

    stats & options update
    renukamanavalan authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ce3bcd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4743ca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Add volume test (#10)

    * Add volume test
    
    * Update volume test with comments
    zbud-msft authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2059906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81485f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6cf34b View commit details
    Browse the repository at this point in the history
  4. Fix pr comments (#11)

    * Fix PR comments
    
    * Update with PR review comments
    
    * Fix LGTM warnings of publish tool
    
    * Fix bug in unit test
    
    * Change to ip to match yang model
    
    * Add changes per peer review
    zbud-msft authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2d09ad4 View commit details
    Browse the repository at this point in the history