Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Make instructions clearer about package files (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehershey authored and sebastus committed Aug 31, 2019
1 parent 7e318d0 commit e7cef5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ If you are planning to use MSI authentication instead of Service Principal (SPN)

### <a name="splunk-setup"></a>Splunk Enterprise configuration ###

1. Install the add-on in Splunk Enterprise using the latest package file in `.\packages\*.spl`.
1. Install the add-on in Splunk Enterprise using the latest package file from [the github releases page](https://github.com/microsoft/AzureMonitorAddonForSplunk/releases).
* In Splunk, open the apps manager page by clicking on the gear icon.

![Managing apps in Splunk](./images/manage-apps.png)

* Click on the button labeled **Install app from file**.

* In the dialog window, click the **Browse...** button and select the latest `*.spl` file in the `.\packages` folder. Next, click the **Upload** button.
* In the dialog window, click the **Browse...** button and select the downloaded `.spl` file. Next, click the **Upload** button.

![Upload add-on to Splunk](./images/upload-add-on-app.png)

Expand Down Expand Up @@ -171,7 +171,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope

## Generating the Splunk package file

As a contributor, you will need to generate a version specific package file that includes your changes, such as `.\packages\TA-Azure_Monitor_1_2_7.spl`. Follow the steps below to generate the version specific package file.
To test changes, you will need to generate a version specific package file that includes your changes, such as `.\packages\TA-Azure_Monitor_1_2_7.spl`. Follow the steps below to generate the version specific package file.

Note: The scripts use [7-Zip](https://www.7-zip.org/) to build the the file structure and contents. So, make sure you have this installed on your computer and that `7z` can be run from a command/shell prompt.

Expand Down

0 comments on commit e7cef5c

Please sign in to comment.