From 3512b5c8e56be104786bbb79d28924f4d03104e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:05:11 +0000 Subject: [PATCH 1/6] build(deps): bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/megalinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index f902125..f1cf0cb 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -26,7 +26,7 @@ jobs: DISABLE_LINTERS: TERRAFORM_TERRASCAN - name: Archive production artifacts if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: MegaLinter reports path: | From a79077e560aa1e98df22cc9685ba9ce9db5820a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:05:17 +0000 Subject: [PATCH 2/6] build(deps): bump wagoid/commitlint-github-action from 4 to 5 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 4 to 5. - [Release notes](https://github.com/wagoid/commitlint-github-action/releases) - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v4...v5) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-message-validator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-message-validator.yaml b/.github/workflows/commit-message-validator.yaml index 19f9692..173ce0c 100644 --- a/.github/workflows/commit-message-validator.yaml +++ b/.github/workflows/commit-message-validator.yaml @@ -9,4 +9,4 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4 + - uses: wagoid/commitlint-github-action@v5 From c4a61a5c1e6fa50cbc125d160c6857dfa2619b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:05:23 +0000 Subject: [PATCH 3/6] build(deps): bump hennejg/github-tag-action from 4.3.1 to 4.4.0 Bumps [hennejg/github-tag-action](https://github.com/hennejg/github-tag-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/hennejg/github-tag-action/releases) - [Commits](https://github.com/hennejg/github-tag-action/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: hennejg/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tagging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index d8222bc..9465eaa 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -20,7 +20,7 @@ jobs: # You may pin to the exact commit or the version. # uses: hennejg/github-tag-action@2cd21a8413aa58e36a69cb22e64d5ad20aeb9b99 id: tag_version - uses: hennejg/github-tag-action@v4.3.1 + uses: hennejg/github-tag-action@v4.4.0 with: tag_prefix: "" # Required for permission to tag the repo. From c158ae3f831ab007da5c76826eae085a37ee253d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:05:29 +0000 Subject: [PATCH 4/6] build(deps): bump TheDoctor0/zip-release from 0.6.2 to 0.7.1 (#3) Bumps [TheDoctor0/zip-release](https://github.com/TheDoctor0/zip-release) from 0.6.2 to 0.7.1. - [Release notes](https://github.com/TheDoctor0/zip-release/releases) - [Commits](https://github.com/TheDoctor0/zip-release/compare/0.6.2...0.7.1) --- updated-dependencies: - dependency-name: TheDoctor0/zip-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tagging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index d8222bc..4c26ce8 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -29,7 +29,7 @@ jobs: # You may pin to the exact commit or the version. # uses: TheDoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657 id: zip - uses: TheDoctor0/zip-release@0.6.2 + uses: TheDoctor0/zip-release@0.7.1 with: type: 'zip' filename: 'XOAPApplicationPackagingDSC_${{ steps.tag_version.outputs.new_tag }}.zip' From cc78e25c703f0f8db471466773b7e4d96bce39e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:05:35 +0000 Subject: [PATCH 5/6] build(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.4.0 (#5) Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.4.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml index 06c0664..ab849a8 100644 --- a/.github/workflows/dependabot.yaml +++ b/.github/workflows/dependabot.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.3.4 + uses: dependabot/fetch-metadata@v1.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Approve a PR From 867af43959cca7d3d9f518891c4699aa463e2d76 Mon Sep 17 00:00:00 2001 From: Sinisa Sokolic Date: Tue, 25 Apr 2023 11:25:10 +0200 Subject: [PATCH 6/6] fix: fixed tagging and readme --- .github/workflows/tagging.yaml | 2 +- README.md | 41 ++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tagging.yaml b/.github/workflows/tagging.yaml index d8222bc..ae3e9ef 100644 --- a/.github/workflows/tagging.yaml +++ b/.github/workflows/tagging.yaml @@ -32,7 +32,7 @@ jobs: uses: TheDoctor0/zip-release@0.6.2 with: type: 'zip' - filename: 'XOAPApplicationPackagingDSC_${{ steps.tag_version.outputs.new_tag }}.zip' + filename: 'xoap-uberagent-kibana-dashboards_${{ steps.tag_version.outputs.new_tag }}.zip' exclusions: '*.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github' - name: Create a GitHub release uses: ncipollo/release-action@v1 diff --git a/README.md b/README.md index d303b0e..d89f8cf 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,34 @@ which can then be visualized in Kibana. This repository contains community dashb You can read about the details here: https://uberagent.com/blog/uberagent-3-6-brings-support-elasticsearch/ - - ## Why This Repository? The uberAgent does not deliver Dashboards for Kibana or OpenSearch. So we at [XOAP](https://xoap.io) thought it would be a good idea to start with it. We implemented a lot of dashboards in the past months and have decided to make those available to the community. This way the community can collaborate on them and bring them to the next level together. -## How to Contribute +## Share the Love +Like this project? Please give it a ★ on [our GitHub](https://github.com/xoap-io/xoap-uberagent-kibana-dashboards)! (it helps us a lot). + +## Contributing + +### Bug Reports & Feature Requests + +Please use the issue tracker to report any bugs or file feature requests. + +### Developing -We are happy to accept contributions from the community. If you want to contribute, please follow these steps: +If you are interested in being a contributor and want to get involved in developing this project, we would love to hear from you! Email us. +PRs are welcome. We follow the typical "fork-and-pull" Git workflow. + +- Fork the repo on GitHub +- Clone the project to your own machine +- Commit changes to your own branch +- Push your work back up to your fork +- Submit a Pull Request so that we can review your changes + +> NOTE: Be sure to merge the latest changes from "upstream" before making a pull request! ## Configure uberAgent for ElasticSearch / OpenSearch @@ -38,18 +54,25 @@ Read more about the ElasticSearch installation here: https://uberagent.com/docs/ uberAgent uses [libCurl](https://curl.se/libcurl/) for communication/transfer. -So if you are using a proxy inside your company you need to configure the llient as below: +So if you are using a proxy inside your company you need to configure the client as below: - Two system variables have to be set in order to make uberAgent work with a proxy - http_proxy ***address:port*** - https_proxy ***address:port*** -> The system variables are being handed over to the uberAgent PSADT installation packages if a proxy address is entered. +You can set them easily with PowerShell: + +```powershell +[Environment]::SetEnvironmentVariable("http_proxy", "$null", "Machine") +[Environment]::SetEnvironmentVariable("https_proxy", "$null", "Machine") +``` ## Dashboards -> These dashboards are meant to be used in a local Kibana or OpenSearch instance. +This is the list of available dashboards. + +> These dashboards are meant to be used in a local Kibana or a hosted OpenSearch instance. ### Analyze data over time @@ -438,3 +461,7 @@ This dashboard displays a session status overview. Many more detailed dashboards This dashboard displays detailed information about user sessions. ![User_Sessions](./img/User_Sessions.jpg) + +## Copyright + +Copyright © 2023 XOAP.io. All rights reserved.