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

x-pack/filebeat/input/salesforce: Implement a new Salesforce input #37331

Merged
merged 125 commits into from Apr 5, 2024

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    8d004f1 View commit details
    Browse the repository at this point in the history
  2. Push partial changes

    shmsr committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dcfd937 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    27be2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4595d View commit details
    Browse the repository at this point in the history
  3. Fix a bug

    shmsr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c206e2f View commit details
    Browse the repository at this point in the history
  4. Fix a bug

    shmsr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    45c216a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. fix event.original

    kush-elastic committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6267574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0647f View commit details
    Browse the repository at this point in the history
  3. Draft code

    shmsr committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    abd13a5 View commit details
    Browse the repository at this point in the history
  4. Fix template code

    shmsr committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d9003ce View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. - Add support of Objects based data collection

    - Update cursor to support custom fields from config
    - Update cursor implementation
    kush-elastic committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4c139f1 View commit details
    Browse the repository at this point in the history
  2. Bump go.mod

    shmsr committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b2ad1d0 View commit details
    Browse the repository at this point in the history
  3. Make linter happy

    shmsr committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ad2debd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Deduplicate code and more

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad877d5 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e6b28a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3e81e View commit details
    Browse the repository at this point in the history
  4. Make linter happy

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2f7d4c3 View commit details
    Browse the repository at this point in the history
  5. Fix NOTICE

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3ab553d View commit details
    Browse the repository at this point in the history
  6. Add JWT auth

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e306fab View commit details
    Browse the repository at this point in the history
  7. nit

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    acbfc1f View commit details
    Browse the repository at this point in the history
  8. Full JWT impl

    shmsr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0524cf9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0231c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. add getTableFromSOQL func

    shmsr committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f5b0f45 View commit details
    Browse the repository at this point in the history
  2. fix bugs

    shmsr committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2fda369 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. input will now can collect data from both ways in single input config…

    …urations.
    
    for example, user will be able to collect login data from both event_log_file and real-time objects at the same time.
    kush-elastic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f1acb09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa30fcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb7b100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f8397 View commit details
    Browse the repository at this point in the history
  5. update code to make sure only one of the iteration can pull data at p…

    …articular time in iteration so we wont face any memory or network spike
    kush-elastic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7599c9e View commit details
    Browse the repository at this point in the history
  6. remove assertions

    kush-elastic committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d38d1e1 View commit details
    Browse the repository at this point in the history
  7. add UT

    shmsr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fc446e4 View commit details
    Browse the repository at this point in the history
  8. improve code

    shmsr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a4d1f71 View commit details
    Browse the repository at this point in the history
  9. add more ut and mock time

    shmsr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5fcbe2d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    69071de View commit details
    Browse the repository at this point in the history
  2. remove getObjectFromSOQL

    kush-elastic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    11e8875 View commit details
    Browse the repository at this point in the history
  3. fix bugs

    shmsr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    52f20fe View commit details
    Browse the repository at this point in the history
  4. refactor

    shmsr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    891dd29 View commit details
    Browse the repository at this point in the history
  5. refactor

    shmsr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    cd0b63c View commit details
    Browse the repository at this point in the history
  6. refactor

    shmsr committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fa00503 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. - Fix cursor for object method

    - Separate out cursors both both method to use
    kush-elastic committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6309b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    215d8ec View commit details
    Browse the repository at this point in the history
  3. refactor

    shmsr committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fb375db View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. add ut and refactor

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4c0494b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790a99e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75623d View commit details
    Browse the repository at this point in the history
  4. add ut

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5a71560 View commit details
    Browse the repository at this point in the history
  5. add ut

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d826140 View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    77a629d View commit details
    Browse the repository at this point in the history
  7. update ut

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8bc208e View commit details
    Browse the repository at this point in the history
  8. update code

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    de94320 View commit details
    Browse the repository at this point in the history
  9. template funcs

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6f4e7a7 View commit details
    Browse the repository at this point in the history
  10. fix imports

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4fbf2f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6276fb5 View commit details
    Browse the repository at this point in the history
  12. add ut

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    263574f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e93da8 View commit details
    Browse the repository at this point in the history
  14. make ci green

    shmsr committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    48e1ccc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a32146e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. document functions and methods

    shmsr committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    31ab2af View commit details
    Browse the repository at this point in the history
  2. gofumpt

    shmsr committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bfaaa72 View commit details
    Browse the repository at this point in the history
  3. document functions and methods

    shmsr committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c54014b View commit details
    Browse the repository at this point in the history
  4. refactor

    shmsr committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8a26a7d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    16d8c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19ee20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7646bf0 View commit details
    Browse the repository at this point in the history
  4. struct ordering and goimports

    shmsr committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    001597c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. fix linter issue

    kush-elastic committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    16fca01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ce4fa4 View commit details
    Browse the repository at this point in the history
  3. update cursor comments

    kush-elastic committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4c068d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    1f54a16 View commit details
    Browse the repository at this point in the history
  2. doc: add clarifications

    shmsr committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    941a52d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. doc: update

    shmsr committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9cf0e75 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: Aman <38116245+devamanv@users.noreply.github.com>
    shmsr and devamanv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8a342ca View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Aman <38116245+devamanv@users.noreply.github.com>
    shmsr and devamanv committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f129695 View commit details
    Browse the repository at this point in the history
  3. address review comments

    shmsr committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f92918c View commit details
    Browse the repository at this point in the history
  4. address review comments

    shmsr committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    568f57f View commit details
    Browse the repository at this point in the history
  5. make linter happy

    shmsr committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    58a53af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6837cfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3589e3e View commit details
    Browse the repository at this point in the history
  8. make ci gren

    shmsr committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4188d70 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    a5d2c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8490cf View commit details
    Browse the repository at this point in the history
  3. Update x-pack/filebeat/docs/inputs/input-salesforce.asciidoc

    Co-authored-by: Aman <38116245+devamanv@users.noreply.github.com>
    kush-elastic and devamanv committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6394901 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    3a67b0e View commit details
    Browse the repository at this point in the history
  2. make linter happy

    shmsr committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f269247 View commit details
    Browse the repository at this point in the history
  3. make linter happy

    shmsr committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e17de51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1cb03 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Address review comments

    shmsr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3d608ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc0a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f040429 View commit details
    Browse the repository at this point in the history
  4. remove defaultConfig

    kush-elastic committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f17c886 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. add event.provider

    kush-elastic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b431987 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    1fb9e86 View commit details
    Browse the repository at this point in the history
  2. fix go.mod

    shmsr committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b53f8ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ac3c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5f861a0 View commit details
    Browse the repository at this point in the history
  2. update codeowners file

    shmsr committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    94ebc0d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    a2dfbe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ab9a85 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    shmsr committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    433d128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a4b41 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update x-pack/filebeat/input/salesforce/input.go

    Co-authored-by: Aman <38116245+devamanv@users.noreply.github.com>
    shmsr and devamanv committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4becdbb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix typo

    kush-elastic committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b041b23 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    655b0f1 View commit details
    Browse the repository at this point in the history
  2. Address merge conflict

    shmsr committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1217ca3 View commit details
    Browse the repository at this point in the history
  3. Update NOTICE.txt

    shmsr committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    dabdef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651cfa5 View commit details
    Browse the repository at this point in the history
  5. Update README

    shmsr committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f3c2ee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Address review comments

    shmsr committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e08925c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c87e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fix bugs

    shmsr committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1515711 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. update documents

    kush-elastic committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1d9a0b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cdcbcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2c3c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    57ef355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebbba2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    818b634 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    049fd5d View commit details
    Browse the repository at this point in the history
  2. Revert "Add explicit ownership for Salesforce's input docs"

    This reverts commit 049fd5d.
    shmsr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    689cb1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3849c5a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ba94dde View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    shmsr committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6aaeaa8 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix formatting"

    This reverts commit 6aaeaa8.
    shmsr committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ea36fc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    c269143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7017f View commit details
    Browse the repository at this point in the history