---
title: Logs, port numbers, PIDs
description: This section covers supplementary information like log file details, important port numbers, and PID information of PingIntelligence for APIs components.
component: pingintelligence
version: 5.1
page_id: pingintelligence:pingintelligence_monitoring_guide:pingintelligence_logs_port_numbers
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/pingintelligence_monitoring_guide/pingintelligence_logs_port_numbers.html
revdate: April 24, 2024
section_ids:
  log-files: Log files
  port-numbers: Port numbers
  pid-information: PID information
---

# Logs, port numbers, PIDs

This section covers supplementary information like log file details, important port numbers, and PID information of PingIntelligence for APIs components.

## Log files

The following table shows the main log files of PingIntelligence components.

| ASE                                                                                                                     | ABS AI Engine                                                                                                                                                                                                                                                                                                                                                                                                 | PingIntelligence Dashboard                                                                                                                                                                                                                                                              |
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ASE management, access and audit logs](../api_security_enforcer/pingintelligence_ase_acess_management_audit_logs.html) | [ABS logs](../abs_ai_engine/pingintelligence_using_existing_certificate_key_pair.html)&#xA;&#xA;abs.log must be the first place for debugging any issues on the ABS. The log has information about each machine learning job on the host. All incoming communication from ASE or PingIntelligence Dashboard or REST API requests are logged in this file. It also has a periodic log on heartbeat to MongoDB. | * Dashboard data engine :`/pingidentity/dataengine/logs/dataengine.log`

* WebGUI:`/pingidentity/webgui/logs/admin.log` and `/pingidentity/webgui/logs/sso.log`

* Elasticsearch: `/pingidentity/elasticsearch/logs/elasticsearch.log`

* Kibana:`/pingidentity/kibana/logs/kibana.log` |

## Port numbers

The following table shows important port numbers used by PingIntelligence components.

| ASE                                                                               | ABS AI Engine                                                 | PingIntelligence Dashboard                                                                                                                                                                                                                                                                                        |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ASE ports](../api_security_enforcer/pingintelligence_customizing_ase_ports.html) | [ABS ports](../abs_ai_engine/pingintelligence_abs_ports.html) | * PingIntelligence Dashboard server: 8030. Port number 8030 should be exposed to public internet. Make sure that your organization's firewall allows access to this port.

* Elasticsearch: 9200

* Kibana: 5601

* H2 database: 9092. H2 database is installed and runs as a part of PingIntelligence Dashboard. |

## PID information

All the PingIntelligence components have their respective PID files. Refer these files for monitoring or for getting the PID information of the processes.

| ASE                                                                                                                                               | ABS AI Engine                                                                        | PingIntelligence Dashboard                                                                                                                                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| The ASE PID file contains the PID for the controller process and the http balancer and https balancer processes. `/pingidentity/ase/logs/ase.pid` | The `/pingidentity/abs/data/abs.pid` file contains the PID for the main ABS process. | There are separate PID files for the different components of PingIntelligence Dashboard.- `/pingidentity/dataengine/data/dataengine.pid`

- `/pingidentity/webgui/logs/webgui.pid`

- `/pingidentity/elasticsearch/logs/elasticsearch.pid`

- `/pingidentity/kibana/logs/kibana.pid` |
