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

Created new window pipe for sliding window aggregations #3

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2019

  1. Removed pipes dependency on the host_key.

    Pipes now reset their state after PIPE_EOF.
    Added new window pipe for time windowing streamed events.
    Fixed bug in walk__time_range reporting str instead of node.
    itsnotapt committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    0bbfc10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ee552 View commit details
    Browse the repository at this point in the history
  3. Window buffer is emitted in reverse order to provide more interesting…

    … results.
    
    Added documentation for window pipe.
    itsnotapt committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    95ffe5d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Added test data

    itsnotapt committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    dc1d525 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    84b689e View commit details
    Browse the repository at this point in the history
  2. Updated window_pipe for EQL 0.7.0.

    Rolled back host_key removal.
    itsnotapt committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    b433376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d394c7 View commit details
    Browse the repository at this point in the history
  4. # Conflicts:

    #	docs/query-guide/pipes.rst
    #	eql/ast.py
    #	eql/engine.py
    #	eql/parser.py
    #	setup.cfg
    #	tests/test_data.json
    #	tests/test_eql.py
    #	tests/test_python_engine.py
    itsnotapt committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    6f24caf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eef278 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    845a872 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Configuration menu
    Copy the full SHA
    110bbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d0075 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    f62ff95 View commit details
    Browse the repository at this point in the history
  2. � Conflicts:

    �	eql/etc/eql.ebnf
    �	eql/etc/test_queries.toml
    �	eql/pipes.py
    �	tests/test_python_engine.py
    itsnotapt committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    7682f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1b5f53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cfd637 View commit details
    Browse the repository at this point in the history