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/module/salesforce: Refactor a Salesforce module #37509

Merged
merged 210 commits into from
Apr 15, 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
  5. Configuration menu
    Copy the full SHA
    ca6ba57 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 <[email protected]>
    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 <[email protected]>
    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. 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 17, 2024

  1. add initial_interval

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

Commits on Jan 18, 2024

  1. add log file interval

    kush-elastic committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    3f717d2 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    3dc0a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f040429 View commit details
    Browse the repository at this point in the history
  5. 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 Jan 30, 2024

  1. update configurations

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

Commits on Feb 1, 2024

  1. Update x-pack/filebeat/modules.d/salesforce.yml.disabled

    Co-authored-by: subham sarkar <[email protected]>
    kush-elastic and shmsr committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e047025 View commit details
    Browse the repository at this point in the history
  2. Update x-pack/filebeat/modules.d/salesforce.yml.disabled

    Co-authored-by: subham sarkar <[email protected]>
    kush-elastic and shmsr committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    51ccd7b View commit details
    Browse the repository at this point in the history
  3. Update x-pack/filebeat/modules.d/salesforce.yml.disabled

    Co-authored-by: subham sarkar <[email protected]>
    kush-elastic and shmsr committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bd1940e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbc09d8 View commit details
    Browse the repository at this point in the history
  5. resolve comments

    kush-elastic committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    add9197 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a457ff View commit details
    Browse the repository at this point in the history
  7. update documentation

    kush-elastic committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ab2f344 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
  2. Configuration menu
    Copy the full SHA
    85c9bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41879de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb5e138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2303896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae075ac 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 <[email protected]>
    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 6, 2024

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

Commits on Mar 11, 2024

  1. updated pipeline

    kush-elastic committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cf7719a View commit details
    Browse the repository at this point in the history
  2. 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 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c2a973 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. Configuration menu
    Copy the full SHA
    6e0cfca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f1156 View commit details
    Browse the repository at this point in the history
  3. changes with make udpate

    kush-elastic committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1005ae2 View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    2cdcbcb View commit details
    Browse the repository at this point in the history
  6. 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
    63202b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f71e1b View commit details
    Browse the repository at this point in the history
  3. fix go.mod

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    1740c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424673b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

  1. Improve doc

    shmsr committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3ac4435 View commit details
    Browse the repository at this point in the history
  2. Improve config file

    shmsr committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2b9b75f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1758371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6400690 View commit details
    Browse the repository at this point in the history
  5. update logout pipeline

    kush-elastic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0adf7ca View commit details
    Browse the repository at this point in the history
  6. Update dashboard, docs, etc.

    shmsr committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0914960 View commit details
    Browse the repository at this point in the history
  7. Mage update

    shmsr committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    60dac03 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    f357106 View commit details
    Browse the repository at this point in the history
  2. Maps are not able to stored as in Dashboard panelJSON, manually saved…

    … the maps to allow the check to pass
    kush-elastic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2472c18 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    shmsr committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    180d8c8 View commit details
    Browse the repository at this point in the history
  4. Update dashboard

    shmsr committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e2e631e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06ea0d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update x-pack/filebeat/module/salesforce/setupaudittrail/config/setup…

    …audittrail.yml
    
    Co-authored-by: Aliabbas Attarwala <[email protected]>
    kush-elastic and ali786XI committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9fa8e89 View commit details
    Browse the repository at this point in the history
  2. Update docs

    shmsr committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    284d15e View commit details
    Browse the repository at this point in the history
  3. Fix NOTE blocks in docs

    shmsr committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    837a816 View commit details
    Browse the repository at this point in the history
  4. Remove extra spaces

    shmsr committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1b51611 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update NOTICE.txt

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    97c5e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a189c1e View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b3f776e View commit details
    Browse the repository at this point in the history
  4. Update doc

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    416cc0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f520008 View commit details
    Browse the repository at this point in the history
  6. Make checks happy

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6ec275f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8d10bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12aef68 View commit details
    Browse the repository at this point in the history
  9. Improve sample config

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dc412c6 View commit details
    Browse the repository at this point in the history
  10. Upgrade to ecs 8.11.0

    shmsr committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f3bfa96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc2bf54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76987a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7ad650 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    5aeacfa View commit details
    Browse the repository at this point in the history
  2. add new Dashboard Apex

    kush-elastic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a2f013d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7636682 View commit details
    Browse the repository at this point in the history
  4. remove extra panel

    kush-elastic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ea07de3 View commit details
    Browse the repository at this point in the history
  5. Use templated snippet for set

    shmsr committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ead58a6 View commit details
    Browse the repository at this point in the history
  6. Update x-pack/filebeat/module/salesforce/logout/config/logout.yml

    Co-authored-by: Aliabbas Attarwala <[email protected]>
    shmsr and ali786XI committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    91947a4 View commit details
    Browse the repository at this point in the history
  7. Update x-pack/filebeat/module/salesforce/login/config/login.yml

    Co-authored-by: Aliabbas Attarwala <[email protected]>
    shmsr and ali786XI committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    58a0ddc View commit details
    Browse the repository at this point in the history
  8. Update x-pack/filebeat/module/salesforce/apex/config/apex.yml

    Co-authored-by: Aliabbas Attarwala <[email protected]>
    shmsr and ali786XI committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    516146d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c0187a View commit details
    Browse the repository at this point in the history
  10. Add Login dashboard

    kush-elastic committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1446798 View commit details
    Browse the repository at this point in the history
  11. Improve doc

    shmsr committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ded973c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Address review comment

    shmsr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cf48f52 View commit details
    Browse the repository at this point in the history
  2. save maps in library

    kush-elastic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7229c8a View commit details
    Browse the repository at this point in the history
  3. Add Logout dashboard

    kush-elastic committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a85b5c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5929b9 View commit details
    Browse the repository at this point in the history
  5. Improve doc

    shmsr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc07793 View commit details
    Browse the repository at this point in the history
  6. Improve doc

    shmsr committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1d0ebf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5b8b13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4151cf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

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

    shmsr committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d5951e5 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    shmsr committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a32205e View commit details
    Browse the repository at this point in the history
  4. Fix asset hash

    shmsr committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    596d493 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0c984e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5aa63f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc4c139 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf03514 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    f83f193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265a84d View commit details
    Browse the repository at this point in the history
  3. Update doc

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

Commits on Apr 15, 2024

  1. Update input and module doc

    shmsr committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bd396c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376b92d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ae526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a20a033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd914e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    015af02 View commit details
    Browse the repository at this point in the history