PowerShellUniversal.Logging.ElasticSearch.psd1

@{
    ModuleVersion = '1.0.0'
    GUID          = '9106a7a7-dc71-47a6-ba73-57e1a35bf040'
    Author        = 'Ironman Software'
    CompanyName   = 'Ironman Software'
    Copyright     = '(c) Ironman Software. All rights reserved.'
    Description   = 'Logging targets for Elasticsearch in PowerShell Universal.'
    PrivateData   = @{
        PSData = @{
            Tags       = @('app', 'logging', 'elasticsearch', 'PowerShellUniversal')
            LicenseUri = 'https://github.com/ironmansoftware/gallery/blob/main/LICENSE'
            ProjectUri = 'https://github.com/ironmansoftware/gallery/tree/main/Diagnostics/PowerShellUniversal.Logging.ElasticSearch'
            IconUri    = 'https://raw.githubusercontent.com/ironmansoftware/gallery/main/images/script.png'
        } 
    } 
}