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

[azure_logs] Add Custom Azure Logs input package #11552

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    ea4501c View commit details
    Browse the repository at this point in the history
  2. Add azure_logs to CODEOWNERS

    zmoog committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f188321 View commit details
    Browse the repository at this point in the history
  3. Fix owner

    Death by 1000 copy & paste
    zmoog committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a892a79 View commit details
    Browse the repository at this point in the history
  4. Switch license to Elastic-2.0

    It seems all other integrations use Elastic-2.0
    zmoog committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5718f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add pipeline override option

    With this pipeline override, users can run a custom pipeline only
    for a specific input package installation.
    zmoog committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1d586c5 View commit details
    Browse the repository at this point in the history
  2. Replace stock logo with the standard inputs logo

    All other input packages seem to use this logo.
    zmoog committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    234f06e View commit details
    Browse the repository at this point in the history
  3. Add integration docs

    zmoog committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    31e9012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55bc81 View commit details
    Browse the repository at this point in the history
  5. Add parse_message config option

    zmoog committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e678854 View commit details
    Browse the repository at this point in the history
  6. Add route_message config option

    zmoog committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c11a733 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Remove route_message option

    It seems we cannot build OOTB routing into an input package
    zmoog committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    86962f7 View commit details
    Browse the repository at this point in the history
  2. Remove parse_message option

    I don't think we can (or want) offer this option.
    zmoog committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2d6035c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd7295 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a3a010 View commit details
    Browse the repository at this point in the history
  5. Add observability category

    zmoog committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c07ad7e View commit details
    Browse the repository at this point in the history
  6. Update packages/azure_logs/docs/README.md

    Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
    zmoog and Kavindu-Dodan authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    53288b9 View commit details
    Browse the repository at this point in the history
  7. Update packages/azure_logs/docs/README.md

    Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
    zmoog and Kavindu-Dodan authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    003ef00 View commit details
    Browse the repository at this point in the history
  8. Update docs source

    zmoog committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1f2a92e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Remove "Input" from the package name

    - it's consistent with the equivalent AWS integration
    - end users a probably not aware of the input vs. integration
    zmoog committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    de5fd1a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update packages/azure_logs/docs/README.md

    Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
    zmoog and muthu-mps authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ab31c45 View commit details
    Browse the repository at this point in the history
  2. Update packages/azure_logs/docs/README.md

    Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
    zmoog and muthu-mps authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6b6249d View commit details
    Browse the repository at this point in the history
  3. Update packages/azure_logs/docs/README.md

    Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
    zmoog and muthu-mps authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1bce5ab View commit details
    Browse the repository at this point in the history
  4. Make Storage Account naming more consistent

    It seems we always use the name to refer to the service name, so
    capitalizing it seems the right choice.
    zmoog committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    eca52aa View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    c994eb7 View commit details
    Browse the repository at this point in the history
  2. Edit integration docs

    zmoog committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    98ddfe0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update packages/azure_logs/docs/README.md

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cee2051 View commit details
    Browse the repository at this point in the history
  2. Update packages/azure_logs/docs/README.md

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    42638aa View commit details
    Browse the repository at this point in the history
  3. Update packages/azure_logs/docs/README.md

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    72e874c View commit details
    Browse the repository at this point in the history
  4. Update packages/azure_logs/docs/README.md

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eded55a View commit details
    Browse the repository at this point in the history
  5. Update packages/azure_logs/docs/README.md

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9a04b31 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d7c0c87 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
    zmoog and alaudazzi authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    985e4d1 View commit details
    Browse the repository at this point in the history
  8. Update Event Hubs naming

    I am using https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-features
    as a reference for naming all the things Event Hubs
    zmoog committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    deb9961 View commit details
    Browse the repository at this point in the history
  9. Add build.yml

    zmoog committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    056f44f View commit details
    Browse the repository at this point in the history