Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LogRhythm-Tools/LogRhythm.Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: LogRhythm-Tools/LogRhythm.Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-1.2.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 15, 2021

  1. Update Get-LrtAzSecurityAlerts.ps1

    Correct pagination behavior to prevent data return error based on endpoint restriction on number of returned results.
    
    Corrected behavior of -top when applied without any other filter criteria.
    Jt3kt committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e2130d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Update Invoke-AzureSecEventSync.ps1

    Remove use of FileBeat, shifted integration to leverage Webhook Beat with SDP.
    Jt3kt committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    6ba423b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update Invoke-AzureSecEventSync.ps1

    Mature parsing content.
    Jt3kt committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3e79a2c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Update Invoke-AzureSecEventSync.ps1

    Mature collection and incorporate additional metadata mapping.
    Jt3kt committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    40d243b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Update Invoke-AzureSecEventSync.ps1

    Code cleanup, reduce complexity.
    Jt3kt committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    9a2ed87 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Update Get-LrAgentsAccepted.ps1

    Set default behavior to return only those that are active.  Still supports returning all results if requested.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    5609e2e View commit details
    Browse the repository at this point in the history
  2. Update New-LrHost.ps1

    Update field submitted for entity name.  API requires the fullName in place of the Name.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2d41847 View commit details
    Browse the repository at this point in the history
  3. Update Update-LrHost.ps1

    Update field submitted for entity name.  API requires the fullName in place of the Name.  Addressed non-persistent setting carry over for records that have eventlogcredentials set on existing record.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    cad8eb8 View commit details
    Browse the repository at this point in the history
  4. Create Get-LrAgentsPending.ps1

    New cmdlet to support retrieving pending system monitor agents.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6cec9d7 View commit details
    Browse the repository at this point in the history
  5. Add PassThru and Force switch parameters

    Force switch will force set the case ownership when provided this flag, to ensure the requested owner is added as a collaborator in the event that they are not an existing collaborator.
    
    Added PassThru to align to best practices.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    b8f5dca View commit details
    Browse the repository at this point in the history
  6. Update Get-LrCases.ps1

    Adds new capability for retrieving cases based on tags, whereby you can select to return cases with all tags requested, or any of the tags requested.
    
    Note with any tags, if no tags out of the tags listed as assigned to the case(s) then no results will be returned.  At least one of the requested tags is required to be present.
    Jt3kt committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    39ed888 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Create Update-LrIdentity.ps1

    Resolve missing cmdlet from the TrueIdentity admin API endpoints.
    Jt3kt committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    7fca3aa View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Update Get-LrHosts.ps1

    Update Get-LrHosts to support working with specific child entity records.  Reference the inability to lookup Hosts based on Parent/Child entity record name, only based on Name (includes Parent and multiple Children.)
    Jt3kt committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6800fd8 View commit details
    Browse the repository at this point in the history
Loading