> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Defines and manages connection configurations used for integration with external systems in Apinizer. Connection Configurations are external resources used in Apinizer. You can integrate with external systems when anomaly situations occur or when database connection is required with DB-2-API. Under the Project menu, operations can be performed only on connection definitions belonging to the project, while under the Admin menu, definitions defined in all projects can be viewed. Export/Import operations can be performed for all connection configurations, and they can be made available for use in all projects by moving them to Admin page with the Globalize option

<CardGroup cols={2}>
  <Card title="Project Menu" icon="folder">
    In the section under **Project menu**, you can only perform operations on connection definitions belonging to the project.
  </Card>

  <Card title="Admin Menu" icon="user-shield">
    In the section under **Admin menu**, you can view definitions defined in all projects.
  </Card>
</CardGroup>

<Warning>
  All connection configurations are moved to the Admin page with the "Globalize" option, removed from this list, made available for use in all projects, and management is left to the Admin user.
</Warning>

**Connection Configurations** supported by Apinizer are as follows:

<Columns cols={3}>
  <Card title="ActiveMQ" icon="layer-group" href="/en/integrations/connection-management/activeMQ">
    Provides reliable asynchronous messaging with AMQP/TCP protocols for message queues and topics.
  </Card>

  <Card title="Database Connection" icon="database" href="/en/integrations/connection-management/database">
    Provides pooled connection management supporting multiple database types with JDBC and Mongo URI.
  </Card>

  <Card title="Elasticsearch" href="/en/integrations/connection-management/elasticsearch">
    Provides index and lifecycle management that transmits REST-based log, metric, and search data to a central cluster.
  </Card>

  <Card title="Email" icon="envelope" href="/en/integrations/connection-management/email">
    Manages notification, alarm, and bulk email sending operations via TLS-enabled SMTP.
  </Card>

  <Card title="FTP" icon="arrow-up" href="/en/integrations/connection-management/ftp">
    Provides secure file transfer, directory management, and automatic retry support with FTP/SFTP/FTPS protocols.
  </Card>

  <Card title="Graylog" icon="file-lines" href="/en/integrations/connection-management/graylog">
    Provides centralized log collection in GELF format and transmission via TCP/UDP.
  </Card>

  <Card title="Kafka" icon="cube" href="/en/integrations/connection-management/kafka">
    Manages topic-based message sending and consumption operations with SSL/TLS security.
  </Card>

  <Card title="LDAP/Active Directory" icon="users" href="/en/integrations/connection-management/ldap-active-directory">
    Provides access to corporate directories with SSL/TLS-protected connections and pool management.
  </Card>

  <Card title="Linux Script" icon="terminal" href="/en/integrations/connection-management/linux">
    Supports rapid DevOps automation by running commands and scripts on remote Linux servers via SSH.
  </Card>

  <Card title="Logback" icon="file-lines" href="/en/integrations/connection-management/logback">
    Monitors API traffic with file-based log collection and rotating file management.
  </Card>

  <Card title="RabbitMQ" icon="layer-group" href="/en/integrations/connection-management/rabbitMQ">
    Provides secure messaging with message queue management and cluster support via AMQP protocol.
  </Card>

  <Card title="SNMP" icon="network-wired" href="/en/integrations/connection-management/snmp">
    Provides secure monitoring by receiving trap/inform messages from network devices with v1/v2c/v3 protocols.
  </Card>

  <Card title="Syslog" icon="file-lines" href="/en/integrations/connection-management/syslog">
    Provides secure log transmission to central log servers via TCP/UDP protocols in RFC standards.
  </Card>

  <Card title="JiraOps (Opsgenie)" icon="bell" href="/en/integrations/connection-management/jiraOps">
    Performs alarm and incident management by providing Jira Ops/Opsgenie integration with API key.
  </Card>

  <Card title="Webhook" icon="link" href="/en/integrations/connection-management/webhook">
    Provides secure data transmission and notifications to external services via HTTP/REST.
  </Card>
</Columns>
