Skip to content

d3datadevelopment/OxLogIQ_HttpApi

Repository files navigation

deutsche Version english version

OxLogIQ HTTP API Provider

Übersicht

Hierbei handelt es sich um den Provider für einen HTTP API basierten Loggingdienst zur Integration in den Logger OxLogIQ für den OXID eShop.

Bitte beachten Sie auch die OxLogIQ Dokumentation.

Features

  • Übergabe der Logeinträge an eine HTTP API (e.g. ElasticSearch) (optional + einstellbar)
  • Einfache Konfiguration über config.inc.php- oder Environment-Variablen

Installation

  1. über Composer installieren
    composer require d3/oxlogiq_httpapi
  2. Konfiguration setzen
  3. TMP-Ordner des Shops leeren

Konfiguration

Über diese Variablen lassen sich folgende Parameter anpassen:

Einstellung Beschreibung
oxlogiq_httpApiEndpoint optional: Http API endpoint (z.B. für ElasticSearch / ELK Stack)
oxlogiq_httpApiKey optional: Http API key (z.B. für ElasticSearch / ELK Stack)

Codebeispiel

$this->oxlogiq_httpApiEndpoint = 'https://my-observability-project.es.eu-central-1.aws.elastic.cloud/logs/_doc';
$this->oxlogiq_httpApiKey = 'ApiKey myApiKey';

Changelog

Siehe CHANGELOG für weitere Informationen.

Beitragen

Wenn Sie eine Verbesserungsvorschlag haben, legen Sie einen Fork des Repositories an und erstellen Sie einen Pull Request. Alternativ können Sie einfach ein Issue erstellen. Fügen Sie das Projekt zu Ihren Favoriten hinzu. Vielen Dank.

  • Erstellen Sie einen Fork des Projekts
  • Erstellen Sie einen Feature Branch (git checkout -b feature/AmazingFeature)
  • Fügen Sie Ihre Änderungen hinzu (git commit -m 'Add some AmazingFeature')
  • Übertragen Sie den Branch (git push origin feature/AmazingFeature)
  • Öffnen Sie einen Pull Request

Softwarelizenz (OxLogIQ_HttpApi) [MIT]

(14.12.2025)

Copyright (c) D3 Data Development (Inh. Thomas Dartsch)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages