Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
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: PaloAltoNetworks/Splunk-Apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.0
Choose a base ref
...
head repository: PaloAltoNetworks/Splunk-Apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.1
Choose a head ref
  • 12 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 10, 2021

  1. ci: Improve CI release

    - Add debug logging
    - Use semantic-release action
    - Set conventional commit global preset
    - Create CI for beta releases
    
    Backport - cherry picked from 8d203ef.
    btorresgil committed Mar 10, 2021
    Copy the full SHA
    b0f8980 View commit details

Commits on Mar 11, 2021

  1. fix(app): Incident counters flash in Splunk 8.1

    Starting in Splunk 8.1, the tokens used to zero out the counters cause an infinite loop that makes the counters flash. This removes the use of tokens to zero out the counters when no data exists.
    
    Fixes #163
    
    Authored-by: Jacob Evans <jacob.p.evans@gmail.com>
    
    Backport to v6.5 from 5081e5c
    JacobPEvans authored and btorresgil committed Mar 11, 2021
    Copy the full SHA
    e3eef95 View commit details
  2. fix(addon): Parse GP and Decryption logs w/ pan:firewall

    `pan:log` sourcetype was parsing GP and Decryption logs, but
    `pan:firewall` sourcetype was not.
    
    Fixes #168
    
    Backport to v6.5 from 9f67e1f
    btorresgil committed Mar 11, 2021
    Copy the full SHA
    01569da View commit details
  3. fix(addon): Add fields for GlobalProtect logs

    Backport to v6.5 from d22afdd
    btorresgil committed Mar 11, 2021
    Copy the full SHA
    6f2f9bb View commit details
  4. chore(app): Update manifest version to 6.5.0

    The manifest version was not updated by set-version.sh script during
    previous release, so updating it manually now in order to pass
    AppInspect checks.
    btorresgil committed Mar 11, 2021
    Copy the full SHA
    bc19dc2 View commit details

Commits on Mar 14, 2021

  1. ci: Set development status by release channel

    Cherry-picked from develop - bc5d8b0
    paulmnguyen authored and btorresgil committed Mar 14, 2021
    Copy the full SHA
    16ca9f6 View commit details
  2. chore: Add support for Splunk 8.1

    Cherry-picked from develop - fd013e2
    btorresgil committed Mar 14, 2021
    Copy the full SHA
    892306c View commit details
  3. ci: Fix channel and timing of build during release

    Cherry-picked from develop - 796a822
    btorresgil committed Mar 14, 2021
    Copy the full SHA
    a1b707b View commit details
  4. build: Use Splunk prerelease version name guideline

    Cherry-picked from develop - 02702a6
    btorresgil committed Mar 14, 2021
    Copy the full SHA
    8b7bd32 View commit details
  5. ci: Add prerelease ci workflow

    Cherry-picked from develop - 4aedc2a
    btorresgil committed Mar 14, 2021
    Copy the full SHA
    8958694 View commit details
  6. ci: Add app.manifest to asset list for commit

    Cherry-picked from develop - ec53fe4
    btorresgil committed Mar 14, 2021
    Copy the full SHA
    02e67dd View commit details
  7. chore(release): 6.5.1

    ### [6.5.1](v6.5.0...v6.5.1) (2021-03-14)
    
    ### Bug Fixes
    
    * **addon:** Add fields for GlobalProtect logs
    * **addon:** Parse GP and Decryption logs w/ pan:firewall - #168
    * **app:** Incident counters flash in Splunk 8.1 - #163
    semantic-release-bot committed Mar 14, 2021
    Copy the full SHA
    f50591d View commit details
Loading