Skip to content

Commit

Permalink
changelog v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayaraman committed Mar 19, 2021
1 parent 6121460 commit 3bd17d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.1 (March 9, 2021)
* Fix: State not accurate w/r/t splunk_saved_searches->alert_track #65

## 1.4.0 (March 9, 2021)
* Data UI Views does not persist permissions on creation #59
* Updated Examples
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ After merging, our team will update the changelog.MD file and create a version t

#### Notes and Troubleshooting
* When conflicts arise during resource creation, import the resource first using `terraform import` command and make modifications to the resource.
* Testing errors mentioning `too many open files` may be related to `ulimit` on your machine. Check current and increase the maximum number of open files `1024` using `ulimit -n 1024`
* If conf files are edited or deleted <b>manually</b>, restart Splunk to ensure state consistency before applying or reapplying a template.
* Splunk environments with numerous indexes, saved searches, knowledge objects, etc. may cause issues with the provided tests. To avoid these errors, use a fresh or lightly configured Splunk environment.
* The error `too many open files` may be due to `ulimit` settings on your machine. Check current and increase the maximum number of open files `1024` using `ulimit -n 1024`
* When deleting or editing conf files <b>manually</b>, restart Splunk to ensure state consistency before applying or reapplying a template.
* Splunk environment with numerous indexes, saved searches, knowledge objects, etc. may cause issues with the provided tests. To avoid these errors, use a fresh or lightly configured Splunk environment.

### Support
Use the [GitHub issue tracker](https://github.com/splunk/terraform-provider-splunk/issues) to submit bugs or request features.
* Please add the Terraform and provider version, and the version of Splunk Enterprise used.

[Splunk Ideas](https://ideas.splunk.com/) is another place for your suggestions and [Splunk Answers](https://community.splunk.com/t5/Community/ct-p/en-us) for questions.

0 comments on commit 3bd17d2

Please sign in to comment.