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

[WIP] Filterx docs #69

Merged
merged 89 commits into from
Sep 17, 2024
Merged

[WIP] Filterx docs #69

merged 89 commits into from
Sep 17, 2024

Commits on Aug 12, 2024

  1. Filterx draft docs part 1

    Robert Fekete authored and Robert Fekete committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3bf50c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Regex matches, part 1

    Robert Fekete authored and Robert Fekete committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eb3e562 View commit details
    Browse the repository at this point in the history
  2. Filterx function reference draft, part 1

    Robert Fekete authored and Robert Fekete committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    23e529d View commit details
    Browse the repository at this point in the history
  3. Filterx function reference draft, part 2

    Robert Fekete authored and Robert Fekete committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    734b382 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. strptime function docs

    Robert Fekete authored and Robert Fekete committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    200f4a9 View commit details
    Browse the repository at this point in the history
  2. Adds stub for cache_json_file

    Robert Fekete authored and Robert Fekete committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9fbf054 View commit details
    Browse the repository at this point in the history
  3. Adds flatten function

    Robert Fekete authored and Robert Fekete committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    74c5323 View commit details
    Browse the repository at this point in the history
  4. Typpo fix

    Robert Fekete authored and Robert Fekete committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    be028c5 View commit details
    Browse the repository at this point in the history
  5. Adds unset_empties function

    Robert Fekete authored and Robert Fekete committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d4176c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update content/filterx/_index.md

    Co-authored-by: Máté Őry <[email protected]>
    fekete-robert and orymate authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b45b080 View commit details
    Browse the repository at this point in the history
  2. Update content/filterx/_index.md

    Co-authored-by: Máté Őry <[email protected]>
    fekete-robert and orymate authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c3396c3 View commit details
    Browse the repository at this point in the history
  3. Update content/filterx/filterx-boolean/_index.md

    Co-authored-by: Máté Őry <[email protected]>
    fekete-robert and orymate authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2713ab7 View commit details
    Browse the repository at this point in the history
  4. Update content/filterx/filterx-comparing/_index.md

    Co-authored-by: Máté Őry <[email protected]>
    fekete-robert and orymate authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    329b03b View commit details
    Browse the repository at this point in the history
  5. Review comment fixes

    Robert Fekete authored and Robert Fekete committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b52fe9b View commit details
    Browse the repository at this point in the history
  6. Formatting fixes

    Robert Fekete authored and Robert Fekete committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    854fca8 View commit details
    Browse the repository at this point in the history
  7. Formatting fixes

    Robert Fekete authored and Robert Fekete committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    598d1eb View commit details
    Browse the repository at this point in the history
  8. Review comment fixes

    Robert Fekete authored and Robert Fekete committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ef66920 View commit details
    Browse the repository at this point in the history
  9. cache_json_file update

    Robert Fekete authored and Robert Fekete committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d9a169f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. regexp updates

    Robert Fekete authored and Robert Fekete committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f7503e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fixes from furiel's review

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    aa9e496 View commit details
    Browse the repository at this point in the history
  2. Typo fix

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    134a8ba View commit details
    Browse the repository at this point in the history
  3. regexp_search filterx function

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    49afa2e View commit details
    Browse the repository at this point in the history
  4. regexp_subst docs

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    eefd055 View commit details
    Browse the repository at this point in the history
  5. Formatting fixes

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    27dbc0a View commit details
    Browse the repository at this point in the history
  6. Adds parse_kv filterx parser

    Robert Fekete authored and Robert Fekete committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e209a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Typo fixes and minor source reorg in legacy csv-parser

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6e8aa0c View commit details
    Browse the repository at this point in the history
  2. parse_csv filterx draft docs

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    12300b4 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5f76d47 View commit details
    Browse the repository at this point in the history
  4. Small fixes

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e185800 View commit details
    Browse the repository at this point in the history
  5. Unset accepts multiple arguments

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c5978a3 View commit details
    Browse the repository at this point in the history
  6. Clarifications in len

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e137bf2 View commit details
    Browse the repository at this point in the history
  7. Adds format_kv

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5e0e55a View commit details
    Browse the repository at this point in the history
  8. format_csv updates

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ba2744b View commit details
    Browse the repository at this point in the history
  9. Clarifications and link fixes

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7bd175f View commit details
    Browse the repository at this point in the history
  10. Adds the += operator

    Robert Fekete authored and Robert Fekete committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    aa6b98b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Minor cleanups

    Robert Fekete authored and Robert Fekete committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bb0df7d View commit details
    Browse the repository at this point in the history
  2. Clarifications

    Robert Fekete authored and Robert Fekete committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4e31729 View commit details
    Browse the repository at this point in the history
  3. Mention case insensitive flag for regexes

    Robert Fekete authored and Robert Fekete committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    609d05f View commit details
    Browse the repository at this point in the history
  4. Formatting and typo fix

    Robert Fekete authored and Robert Fekete committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9aa0dfa View commit details
    Browse the repository at this point in the history
  5. Adds some examples based on old rewrite usecases

    Robert Fekete authored and Robert Fekete committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4c942a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Adds updating filters section

    Robert Fekete authored and Robert Fekete committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0fa1b3d View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    Robert Fekete authored and Robert Fekete committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    97b0cf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. More on updating old blocks

    Robert Fekete authored and Robert Fekete committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2ea8794 View commit details
    Browse the repository at this point in the history
  2. Adds draft use case example

    Robert Fekete authored and Robert Fekete committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9f4514c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Review comment fixes

    Robert Fekete authored and Robert Fekete committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9e8e849 View commit details
    Browse the repository at this point in the history
  2. Formatting fixes and clarifications

    Robert Fekete authored and Robert Fekete committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0191133 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Adds experiental banner to filterx pages

    Robert Fekete authored and Robert Fekete committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    592f2d8 View commit details
    Browse the repository at this point in the history
  2. Use curly braces more consistently

    Robert Fekete authored and Robert Fekete committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1c05872 View commit details
    Browse the repository at this point in the history
  3. Adds rough draft for handling OTEL logs

    Robert Fekete authored and Robert Fekete committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4cd68d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. String and template function clarifications

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d7d9be9 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6f917f8 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0bf5ea3 View commit details
    Browse the repository at this point in the history
  4. Otel example fix

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cea0641 View commit details
    Browse the repository at this point in the history
  5. Hide parse_xml placeholder

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2af7fbe View commit details
    Browse the repository at this point in the history
  6. more otel example fixes

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    227b51d View commit details
    Browse the repository at this point in the history
  7. Draft otel structures reference

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    67f5329 View commit details
    Browse the repository at this point in the history
  8. Hide draft link

    Robert Fekete authored and Robert Fekete committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ab15fa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. syslog to otel mapping example updates

    Robert Fekete authored and Robert Fekete committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7576947 View commit details
    Browse the repository at this point in the history
  2. OTel routing example

    Robert Fekete authored and Robert Fekete committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    575f63b View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Robert Fekete authored and Robert Fekete committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    aacdc34 View commit details
    Browse the repository at this point in the history
  4. Moves updating filters section to separate page

    Robert Fekete authored and Robert Fekete committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a424bf View commit details
    Browse the repository at this point in the history
  5. Title fix

    Robert Fekete authored and Robert Fekete committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee76f19 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Remove mention of $0 match group

    Robert Fekete authored and Robert Fekete committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7b1af5b View commit details
    Browse the repository at this point in the history
  2. Minor updates

    Robert Fekete authored and Robert Fekete committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    efecefd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Delete unneeded comments

    Robert Fekete authored and Robert Fekete committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ecbe4f9 View commit details
    Browse the repository at this point in the history
  2. Consistency improvements

    Robert Fekete authored and Robert Fekete committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    69634a5 View commit details
    Browse the repository at this point in the history
  3. Docs for the strict inequality operator

    Robert Fekete authored and Robert Fekete committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e1095bc View commit details
    Browse the repository at this point in the history
  4. Link to strict inequality operator

    Robert Fekete authored and Robert Fekete committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cc594b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Typo fixes

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a62b4d6 View commit details
    Browse the repository at this point in the history
  2. More json example

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56d0612 View commit details
    Browse the repository at this point in the history
  3. Adds missing id

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c128721 View commit details
    Browse the repository at this point in the history
  4. Reorder subpages

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7f1925f View commit details
    Browse the repository at this point in the history
  5. Minor fixes

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2b141ac View commit details
    Browse the repository at this point in the history
  6. Typo fix

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4f08423 View commit details
    Browse the repository at this point in the history
  7. Fixes from alltilla's review, part 1

    Robert Fekete authored and Robert Fekete committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4b8e8e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Updates for alltila's boolean review

    Robert Fekete authored and Robert Fekete committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e498cef View commit details
    Browse the repository at this point in the history
  2. Moves reusable filterx blocks to separate page and other fixes

    Robert Fekete authored and Robert Fekete committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    83e47d4 View commit details
    Browse the repository at this point in the history
  3. More review fixes

    Robert Fekete authored and Robert Fekete committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    93fcff6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. List/json clarifications

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4c47ae6 View commit details
    Browse the repository at this point in the history
  2. Small fixes

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    af14632 View commit details
    Browse the repository at this point in the history
  3. Otel review fixes part 1

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7cabb8d View commit details
    Browse the repository at this point in the history
  4. Otel review fixes part 2

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bff3737 View commit details
    Browse the repository at this point in the history
  5. Comparison fixes

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    75e743e View commit details
    Browse the repository at this point in the history
  6. Mention filterx variables vs destinations

    Robert Fekete authored and Robert Fekete committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    53fc0a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Review fixes

    Robert Fekete authored and Robert Fekete committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0caeb1f View commit details
    Browse the repository at this point in the history
  2. More review fixes

    Robert Fekete authored and Robert Fekete committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9664c47 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix datetime units

    Robert Fekete authored and Robert Fekete committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df81347 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e3402f0 View commit details
    Browse the repository at this point in the history
  2. Fix csv-parser default value

    Robert Fekete authored and Robert Fekete committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    68fcca1 View commit details
    Browse the repository at this point in the history