Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ init:
# Build 6.2 and 6.3
environment:
matrix:
- SPLUNK_VERSION: 6.6.5
SPLUNK_BUILD: b119a2a8b0ad
SDK_APP_VERSION: 1.0.0
- SPLUNK_VERSION: 7.0.1
SPLUNK_BUILD: 2b5b15c4ee89
SDK_APP_VERSION: 1.0.0
- SPLUNK_VERSION: 7.2.0
SPLUNK_BUILD: 8c86330ac18
SDK_APP_VERSION: 1.0.0


install:
Expand All @@ -27,7 +27,9 @@ install:
- cmd: dir c:\splunk\splunk\etc\apps

# temp workaround to resolve tsl1.2 not supported by .net, downgrade splunk to use tsl1.0
- cmd: type server_ssl.conf >> C:\splunk\splunk\etc\system\local\server.conf
- cmd: type ci\server_ssl.conf >> C:\splunk\splunk\etc\system\local\server.conf
# Create admin:changme user
- cmd: type ci\user-seed.conf >> C:\splunk\splunk\etc\system\local\user-seed.conf

# Install the Splunk service and start it
- cmd: cmd /C "set PATH=C:\splunk\splunk && C:\splunk\splunk\bin\splunk.exe enable boot-start"
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions ci/user-seed.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# create admin user
[user_info]
USERNAME = admin
PASSWORD = changeme