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: splunk/github_app_for_splunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: splunk/github_app_for_splunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 20 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 28, 2022

  1. Update security_alert_overview.xml

    Updated base search to remove outdated index reference without macro.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f072d12 View commit details
    Browse the repository at this point in the history
  2. Fix for Workflow Analysis Repo Selector

    Updated the workflow analysis dashboard and associated javascript to fix the broken repo select input and mismatched time token.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f5b689b View commit details
    Browse the repository at this point in the history
  3. Update workflowdetails.js

    Replace hard coded index with webhooks macro.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ad2c4b2 View commit details
    Browse the repository at this point in the history
  4. Update workflow_analytics.xml

    Change repo selector time selector to use token instead of hard coded 30 days.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    143e189 View commit details
    Browse the repository at this point in the history
  5. Added workflow logs macro

    Remove hard coded reference to a specific index for workflow logs and use a macro.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e166499 View commit details
    Browse the repository at this point in the history
  6. Update Docs

    Updating Docs to refer to official Splunk Add-on for GitHub. Removing built in documentation in favor of official docs and references to GitHub repo documentation.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f70329b View commit details
    Browse the repository at this point in the history
  7. Eventtype Update

    Updated Eventtype list and added tags.conf to tag eventtypes for data model use in the future.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    20df6c3 View commit details
    Browse the repository at this point in the history
  8. Update macros.conf

    Added new macros to enable complex searches for field extraction that isn't possible with standard field extractions.
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    790c893 View commit details
    Browse the repository at this point in the history
  9. Update props.conf

    Merge recent props changes from dev environment
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    171c55d View commit details
    Browse the repository at this point in the history
  10. Update savedsearches.conf

    Add generate_user_access_lookup saved search
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    997feb9 View commit details
    Browse the repository at this point in the history
  11. Update transforms.conf

    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d4b6033 View commit details
    Browse the repository at this point in the history
  12. Update props.conf

    removed default fieldalias per AppInspect
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    52a9f45 View commit details
    Browse the repository at this point in the history
  13. Update props.conf

    removed duplicate fieldalias
    derkkila committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7100d15 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Update example_customtables.js

    Fixing a bug where the script to populate the list of workflows was automatically overwriting the events used in the conclusions over time panel. Changed search name to avoid this.
    derkkila committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5c3b0f0 View commit details
    Browse the repository at this point in the history
  2. Improper Markdown Fix

    In a few files I used the reverse of the markdown format for links. Fixed it.
    derkkila committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ac6b0e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    670643f View commit details
    Browse the repository at this point in the history
  4. Update main.py

    Catch other exceptions
    derkkila committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    905596d View commit details
    Browse the repository at this point in the history
  5. Update main.py

    return proper status codes to fail workflow
    derkkila committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5bfba71 View commit details
    Browse the repository at this point in the history
  6. Revert Workflow Merger

    Scorecard Analysis can only run on Main and not tags.
    derkkila committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    6db3e56 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Update props.conf

    Add TRUNCATE value to github_json because the default 10k isn't enough since some workflow events can top 20k. Set to 100k to account for extra large events.
    derkkila committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    9ab3502 View commit details
    Browse the repository at this point in the history
Loading