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

Add pipeline tests to Cisco ASA #414

Merged
merged 18 commits into from
Dec 14, 2020

Commits on Nov 24, 2020

  1. Add pipeline test to Cisco ASA

    Add missing field definitions.
    
    Correct JSON data types for fields.
    - event.code
    - network.iana_number
    
    TODO:
    Fix warnings:
    [0] parsing field value failed: field "destination.port"''s Go type, string, does not match the expected field type: long
    [1] parsing field value failed: field "source.port"''s Go type, string, does not match the expected field type: long
    cisco/asa test-not-ip.log:
    [0] parsing field value failed: field "destination.nat.port"''s Go type, string, does not match the expected field type: long
    [1] parsing field value failed: field "source.nat.port"''s Go type, string, does not match the expected field type: long
    [2] parsing field value failed: field "syslog.facility"''s Go type, float64, does not match the expected field type: keyword
    cisco/asa test-sample.log:
    [0] parsing field value failed: field "source.nat.port"''s Go type, string, does not match the expected field type: long
    
    Fix error.message in generated pipeline.
    andrewkroh committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    878ed4d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    9a36ef5 View commit details
    Browse the repository at this point in the history
  2. Convert NAT ports to integer

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    59bec23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62388d2 View commit details
    Browse the repository at this point in the history
  4. Fix internal prefix

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d32abc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0825286 View commit details
    Browse the repository at this point in the history
  6. Missing fields

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e098764 View commit details
    Browse the repository at this point in the history
  7. Regenerate golden files

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    56ee100 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0a8dd4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e86a52 View commit details
    Browse the repository at this point in the history
  10. Mage fmt

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    08d7472 View commit details
    Browse the repository at this point in the history
  11. Update docs fields

    adriansr committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    3a19d8b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    cbbe01c View commit details
    Browse the repository at this point in the history
  2. Run elastic-package format

    adriansr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    46f0f2b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Update dependencies

    adriansr committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    eef77ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c8d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b424065 View commit details
    Browse the repository at this point in the history