-
Notifications
You must be signed in to change notification settings - Fork 257
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/docker-splunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: splunk/docker-splunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 5 files changed
- 4 contributors
Commits on Oct 21, 2024
-
fix(logging): handle file rotation of splunkd_sterr.log (#684)
Fix issue with logging of standard error messages where standard error logs would be lost when logging large amount of data to stadard error. Splunk logs to splunkd_stdout.log as the Unix standard error device. This file is rotated. According to [What Splunk software logs about itself](https://docs.splunk.com/Documentation/Splunk/9.2.1/Troubleshooting/WhatSplunklogsaboutitself), "The historical rotation for most internal logs is 5 files of 25MB each". docker-splunk container tails the output of splunkd_stdout.log to standard output. The existing behavior is that the container receives Splunk's standard error messages until splunkd_stdout.log is about 25MB. When the log files passes 25MB, Splunk rotates the log file by rename splunkd_stdout.log to something like splunkd_stoudt1.log and creating a new splunkd_stdout.log. By default, tail follows the file descriptor of argument file. I believe that if the file is renamed, it continutes to track the file descriptor of argument file, if that is available. This is not the behavior we want for file rotation, since we always want to follow the information that goes to splunkd_stdout.log and not splunkd_stdout1.log, splunkd_stdout2.log, etc. Fix standard error logs not surfacing by passing `-F` option to unix tail command. This causes tail to keep retrying to open argument file name if it becomes unavailable. Change in behavior to print standard error logs to standard out for entire lifetime of the program, instead of stopping after the first file rotation. Fix #626 Co-authored-by: Zach Arend <imzach@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 2b6b9d8 - Browse repository at this point
Copy the full SHA 2b6b9d8View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49fa23c - Browse repository at this point
Copy the full SHA 49fa23cView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e5427a - Browse repository at this point
Copy the full SHA 3e5427aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 507fa78 - Browse repository at this point
Copy the full SHA 507fa78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 661d9ad - Browse repository at this point
Copy the full SHA 661d9adView commit details -
Merge pull request #688 from splunk/license-sgt-link
update --accept-license check
Configuration menu - View commit details
-
Copy full SHA for 6f85613 - Browse repository at this point
Copy the full SHA 6f85613View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17cef9d - Browse repository at this point
Copy the full SHA 17cef9dView commit details
Commits on Dec 18, 2024
-
Merge pull request #689 from splunk/py-3.6-vulns
resolve py3.6 CVEs
Configuration menu - View commit details
-
Copy full SHA for 316187a - Browse repository at this point
Copy the full SHA 316187aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee26ab - Browse repository at this point
Copy the full SHA 9ee26abView commit details
Commits on Dec 20, 2024
-
Merge pull request #691 from splunk/build-name-9.4.0
9.4.0 build naming
Configuration menu - View commit details
-
Copy full SHA for e753738 - Browse repository at this point
Copy the full SHA e753738View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9.2.3...develop