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: puppetlabs/puppetlabs-splunk_hec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.1
Choose a base ref
...
head repository: puppetlabs/puppetlabs-splunk_hec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 15 commits
  • 22 files changed
  • 5 contributors

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    0ba319d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from HelenCampbell/readmechange

    Move the breaking changes to known issues section in readme
    Helen authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    6c49f29 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. (maint) Add CODEOWNERS file

    bmjen committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    ae47afa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from bmjen/codeowners

    (maint) Add CODEOWNERS file
    Chris Barker authored Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e23550c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Update readme to reflect control-repo workflows

    Puppet Server only wants to load libraries from the production environment, so this update instructs the user to add the module to the production environments puppetfile first to ensure it is present for puppetserver to load, before then creating a feature branch to enable it.
    Chris Barker authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    c631bff View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. PIE-178 Multiple Metrics in stdin (#36)

    * PIE-178 Multiple Metrics in stdin
    
    Before this we assumed we would receive parsable json on standard in from the metrics executable regardless of number of systems involved.
    
    Instead it would output a json hash for each server and not attempt to combine them into a valid array. This converts any hash received on STDIN into an array of hashes (even if its just an array of 1).
    
    * Update to raise exception on parse error
    
    We know we might not get valid json all the time, but we should be getting something.
    
    * Adds rescue around handling the json parsing
    
    Also is more explicit about which exceptions we're handling (standard)
    
    * pie_178_fix_metrics linting fixes
    Chris Barker authored and Bryan Jen committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    4f4aa64 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Enable extra data (#38)

    * PIE-178 Multiple Metrics in stdin
    
    Before this we assumed we would receive parsable json on standard in from the metrics executable regardless of number of systems involved.
    
    Instead it would output a json hash for each server and not attempt to combine them into a valid array. This converts any hash received on STDIN into an array of hashes (even if its just an array of 1).
    
    * Adds a task that allows a user to revoke Tokens
    
    This is a fix for behavior introduced by the report viewer on the splunk side that could leave stale tokens around for a long time.
    
    * Removes the possibility of user input
    
    Since the Splunk App labeled the tokens, this only revokes the tokens created by that.
    
    No longer needed using input, this becomes a much safer script to run (and wont kick a user out of a console session if they used their own account to generate the token)
    
    * Reverts to username
    
    Tokens can only be revoked by label by user who created them, since we are using the api_user in this instance, we should just use the username
    
    String is handled better and embedded in json post instead of just inline command
    
    * Adds configuration options for loading extra data to reports
    
    * Fix logic / names for settings
    
    * fix logic
    
    * load settings properly
    
    * load settings properly
    
    * just send resources with events
    
    * remove redundant call for resource events
    
    * remove redundant call for resource events
    
    * add logs for corrective change
    
    * fix nil issue for catalog_uuid
    
    * Enable Customized Reporting
    
    This update includes the ability to customize how much data is sent in each puppet report. Before this update one required to have the Splunk App working in order to see agent logs or resource events.
    
    This update also revises the documentation for readability and to include the new settings.
    
    Changes to metadata.json to indicate planned 0.8.0 release.
    
    * Adds note on Puppet Metrics Collector
    
    * remove accidental commit
    
    * fix lint errors
    Chris Barker authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    d95e545 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. (PIE-178) Parse line-delimited JSON metrics

    This commit updates the splunk_hec command to accept line-delimited JSON
    metrics generated by recent versions of the puppet_metrics_collector
    module.
    
    See puppetlabs/puppetlabs-puppet_metrics_collector#44
    Sharpie committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    8b63d1d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge pull request #39 from Sharpie/PIE-178-ingest-line-delimited-met…

    …rics
    
    (PIE-178) Parse line-delimited JSON metrics
    Chris Barker authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d00327c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. fix single quote issue in classifier

    Chris Barker committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d93a6ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from mrzarquon/fix_double_quote_strings

    fix single quote issue in classifier
    gsparks authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f864c29 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. (PIE-265) Refactor docs

    This change adds additional detail to the basic installation
    instructions and moves advanced topics to a docs folder.
    gsparks committed May 7, 2020
    Configuration menu
    Copy the full SHA
    d250325 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from gsparks/PIE-265_refactor_docs

    (PIE-265) refactor docs
    gsparks authored May 7, 2020
    Configuration menu
    Copy the full SHA
    cb591ba View commit details
    Browse the repository at this point in the history
  3. (Maint) update changelog for 0.8.0

    Updated version number to 0.8.0 and updated the puppet_metrics_collector
    to require version 6.0.0.
    gsparks committed May 7, 2020
    Configuration menu
    Copy the full SHA
    e64d8a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #44 from gsparks/Maint_update_changelog_for_0.8.0

    (Maint) update changelog for 0.8.0
    gsparks authored May 7, 2020
    Configuration menu
    Copy the full SHA
    9dd5155 View commit details
    Browse the repository at this point in the history
Loading