Downloads:
24,018
Downloads of v 2021.3.6517-pre:
70
Last Update:
30 Sep 2021
Package Maintainer(s):
Software Author(s):
- Datalust Pty Ltd
Tags:
seq admin log- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Seq (Install)
This is a prerelease version of Seq (Install).
- 1
- 2
- 3
2021.3.6517-pre | Updated: 30 Sep 2021
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
24,018
Downloads of v 2021.3.6517-pre:
70
Software Author(s):
- Datalust Pty Ltd
Seq (Install) 2021.3.6517-pre
This is a prerelease version of Seq (Install).
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Datalust Pty Ltd. The inclusion of Datalust Pty Ltd trademark(s), if any, upon this webpage is solely to identify Datalust Pty Ltd goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Seq (Install), run the following command from the command line or from PowerShell:
To upgrade Seq (Install), run the following command from the command line or from PowerShell:
To uninstall Seq (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download seq --internalize --version=2021.3.6517-pre --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade seq -y --source="'INTERNAL REPO URL'" --version="'2021.3.6517-pre'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade seq -y --source="'INTERNAL REPO URL'" --version="'2021.3.6517-pre'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install seq
win_chocolatey:
name: seq
version: '2021.3.6517-pre'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'seq' do
action :install
source 'INTERNAL REPO URL'
version '2021.3.6517-pre'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller seq
{
Name = "seq"
Version = "2021.3.6517-pre"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'seq':
ensure => '2021.3.6517-pre',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 30 Sep 2021.
Seq is the intelligent search, analysis, and alerting server built specifically for modern structured log data.
$ErrorActionPreference = 'Stop';
$packageName = 'seq'
$softwareName = 'Seq'
$installerType = 'MSI'
$silentArgs = '/qn /norestart'
$validExitCodes = @(0, 3010, 1605, 1614, 1641)
if ($installerType -ne 'MSI') {
$validExitCodes = @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$file = "$($_.UninstallString)"
if ($installerType -eq 'MSI') {
$silentArgs = "$($_.PSChildName) $silentArgs"
$file = ''
}
& "C:\Program Files\Seq\seq.exe" stop
& "C:\Program Files\Seq\seq.exe" uninstall
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $_.DisplayName" }
}
Log in or click on link to see number of positives.
- seq.2021.3.6517-pre.nupkg (55665891fe4c) - ## / 61
- Seq-2021.3.6517-pre.msi (b810594c00a3) - ## / 58
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Seq (Install) 2024.3.12680 | 260 | Friday, October 25, 2024 | Approved | |
Seq (Install) 2024.3.12021 | 637 | Tuesday, July 9, 2024 | Approved | |
Seq (Install) 2024.3.11914 | 99 | Tuesday, July 2, 2024 | Approved | |
Seq (Install) 2024.3.11547 | 329 | Friday, May 24, 2024 | Approved | |
Seq (Install) 2024.3.11510 | 241 | Thursday, May 2, 2024 | Approved | |
Seq (Install) 2024.2.12023 | 23 | Tuesday, July 9, 2024 | Approved | |
Seq (Install) 2024.2.11456 | 143 | Tuesday, April 23, 2024 | Approved | |
Seq (Install) 2024.2.11282 | 266 | Tuesday, April 2, 2024 | Approved | |
Seq (Install) 2024.2.11240 | 131 | Tuesday, March 26, 2024 | Approved | |
Seq (Install) 2024.1.11146 | 116 | Wednesday, March 20, 2024 | Approved | |
Seq (Install) 2024.1.11028 | 448 | Friday, February 16, 2024 | Approved | |
Seq (Install) 2024.1.11001 | 198 | Tuesday, February 6, 2024 | Approved | |
Seq (Install) 2024.1.10981 | 103 | Wednesday, January 31, 2024 | Approved | |
Seq (Install) 2023.4.11151 | 22 | Wednesday, March 20, 2024 | Approved | |
Seq (Install) 2023.4.10219 | 1048 | Friday, September 29, 2023 | Approved | |
Seq (Install) 2023.4.10124 | 206 | Monday, September 18, 2023 | Approved | |
Seq (Install) 2023.4.10067 | 186 | Wednesday, September 6, 2023 | Approved | |
Seq (Install) 2023.3.9691 | 355 | Friday, July 28, 2023 | Approved | |
Seq (Install) 2023.3.9558 | 188 | Thursday, July 13, 2023 | Approved | |
Seq (Install) 2023.1.9229 | 477 | Wednesday, April 26, 2023 | Approved | |
Seq (Install) 2023.1.9162 | 273 | Monday, March 27, 2023 | Approved | |
Seq (Install) 2023.1.9133 | 105 | Wednesday, March 22, 2023 | Approved | |
Seq (Install) 2023.1.9101 | 179 | Thursday, March 9, 2023 | Approved | |
Seq (Install) 2023.1.8991 | 156 | Monday, February 27, 2023 | Approved | |
Seq (Install) 2023.1.8948 | 104 | Tuesday, February 21, 2023 | Approved | |
Seq (Install) 2023.1.8899 | 140 | Tuesday, February 14, 2023 | Approved | |
Seq (Install) 2023.1.8876 | 77 | Friday, February 10, 2023 | Approved | |
Seq (Install) 2023.1.8847 | 67 | Thursday, February 9, 2023 | Approved | |
Seq (Install) 2023.1.8829 | 105 | Thursday, February 2, 2023 | Approved | |
Seq (Install) 2022.1.7929 | 921 | Monday, July 18, 2022 | Approved | |
Seq (Install) 2022.1.7647 | 332 | Thursday, June 9, 2022 | Approved | |
Seq (Install) 2022.1.7449 | 446 | Tuesday, April 19, 2022 | Approved | |
Seq (Install) 2022.1.7378 | 239 | Wednesday, March 30, 2022 | Approved | |
Seq (Install) 2022.1.7311-pre | 61 | Sunday, March 13, 2022 | Approved | |
Seq (Install) 2022.1.7269-pre | 58 | Tuesday, March 8, 2022 | Approved | |
Seq (Install) 2021.4.7192 | 355 | Wednesday, February 23, 2022 | Approved | |
Seq (Install) 2021.4.6986 | 454 | Monday, December 20, 2021 | Approved | |
Seq (Install) 2021.3.6800 | 245 | Thursday, December 2, 2021 | Approved | |
Seq (Install) 2021.3.6681 | 201 | Tuesday, November 16, 2021 | Approved | |
Seq (Install) 2021.3.6660 | 208 | Thursday, October 28, 2021 | Approved | |
Seq (Install) 2021.3.6651 | 113 | Tuesday, October 26, 2021 | Approved | |
Seq (Install) 2021.3.6538-pre | 70 | Tuesday, October 12, 2021 | Approved | |
Seq (Install) 2021.3.6517-pre | 70 | Thursday, September 30, 2021 | Approved | |
Seq (Install) 2021.3.6487-pre | 67 | Tuesday, September 21, 2021 | Approved | |
Seq (Install) 2021.3.6444-pre | 68 | Tuesday, September 14, 2021 | Approved | |
Seq (Install) 2021.3.6410-pre | 132 | Wednesday, September 8, 2021 | Approved | |
Seq (Install) 2021.3.6404-pre | 87 | Tuesday, September 7, 2021 | Approved | |
Seq (Install) 2021.2.6459 | 334 | Thursday, September 16, 2021 | Approved | |
Seq (Install) 2021.2.6288 | 745 | Monday, August 9, 2021 | Approved | |
Seq (Install) 2021.2.5647 | 733 | Monday, April 12, 2021 | Approved | |
Seq (Install) 2021.2.5595 | 221 | Tuesday, March 30, 2021 | Approved | |
Seq (Install) 2021.2.5495 | 293 | Monday, March 22, 2021 | Approved | |
Seq (Install) 2021.1.5425 | 208 | Wednesday, March 10, 2021 | Approved | |
Seq (Install) 2021.1.5307 | 277 | Sunday, February 14, 2021 | Approved | |
Seq (Install) 2021.1.5282 | 169 | Thursday, February 11, 2021 | Approved | |
Seq (Install) 2020.5.5163 | 353 | Thursday, December 24, 2020 | Approved | |
Seq (Install) 2020.4.5070 | 429 | Tuesday, November 17, 2020 | Approved | |
Seq (Install) 2020.3.4761 | 393 | Tuesday, October 6, 2020 | Approved | |
Seq (Install) 2020.2.4593 | 315 | Wednesday, September 2, 2020 | Approved | |
Seq (Install) 2020.1.4292 | 513 | Wednesday, July 15, 2020 | Approved | |
Seq (Install) 5.1.3200 | 1800 | Tuesday, September 3, 2019 | Approved | |
Seq (Install) 5.1.3093 | 4154 | Friday, June 7, 2019 | Approved | |
Seq (Install) 4.2.605 | 1673 | Sunday, February 18, 2018 | Approved | |
Seq (Install) 3.4.20 | 578 | Saturday, April 22, 2017 | Approved |
Datalust Pty Ltd
This package has no dependencies.
Ground Rules:
- This discussion is only about Seq (Install) and the Seq (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Seq (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.