LogScale URLs & Endpoints
Within LogScale and the documentation, we denote the base URL of your
LogScale installation as $YOUR_LOGSCALE_URL
. The tables
below list some commonly used endpoints based on
$YOUR_LOGSCALE_URL
, as well as the URLs of our cloud
environments.
Important
For ingest-related endpoints, the $HOST portion of your endpoint may
include the word ingest
within the hostname. If the ingest URL
is different, the full ingest url will be displayed at the top of the
Ingest tokens page.
URL Template | Description |
---|---|
${HOST}:${PORT}
| Standard UI endpoint. |
${HOST}:${PORT}/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
${HOST}:${PORT}/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
${HOST}:${PORT}/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
${HOST}:${PORT}/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
${HOST}:${PORT}/_bulk
| Elastic Bulk endpoint. |
${HOST}:${ELASTIC_PORT}/
| Elastic Bulk endpoint (by port). |
${HOST}:${PORT}/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
${HOST}:${PORT}/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
${HOST}:${PORT}/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
${HOST}:${PORT}/services/collector
| LogScale Event Collector API endpoint. |
${HOST}:${PORT}/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
${HOST}:${PORT}/graphql
| GraphQL endpoint |
The table below explains the placeholders above. Note that
${HOST}:${PORT}
is the equivalent of
$YOUR_LOGSCALE_URL
.
Component | Default | Description |
---|---|---|
${HOST}
| - | The hostname or IP address. |
${PORT}
| 443 | This is the TCP/IP port. For LogScale cloud deployments, SSL/TLS is enabled. |
| 9200 | Port 9200 is provided for compatibility with applications supporting Elastic protocol that cannot change their port configuration. |
E.U. Cloud Endpoints
E.U. Cloud | Description |
---|---|
cloud.humio.com:443
| Standard UI endpoint. |
cloud.humio.com:443/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
cloud.humio.com:443/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
cloud.humio.com:443/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
cloud.humio.com:443/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
cloud.humio.com:443/_bulk
| Elastic Bulk endpoint. |
cloud.humio.com:9200/
| Elastic Bulk endpoint (by port). |
cloud.humio.com:443/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
cloud.humio.com:443/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
cloud.humio.com:443/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
cloud.humio.com:443/services/collector
| LogScale Event Collector API endpoint. |
cloud.humio.com:443/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
cloud.humio.com:443/graphql
| GraphQL endpoint |
U.S. Cloud
U.S. Cloud | Description |
---|---|
cloud.us.humio.com:443
| Standard UI endpoint. |
cloud.us.humio.com:443/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
cloud.us.humio.com:443/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
cloud.us.humio.com:443/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
cloud.us.humio.com:443/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
cloud.us.humio.com:443/_bulk
| Elastic Bulk endpoint. |
cloud.us.humio.com:9200/
| Elastic Bulk endpoint (by port). |
cloud.us.humio.com:443/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
cloud.us.humio.com:443/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
cloud.us.humio.com:443/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
cloud.us.humio.com:443/services/collector
| LogScale Event Collector API endpoint. |
cloud.us.humio.com:443/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
cloud.us.humio.com:443/graphql
| GraphQL endpoint. |
Crowdstrike Datacenter
Customers of LogScale that connect to the Crowdstrike Datacenter, particularly those that use Falcon LTR will use a customer specific URL.
Important
For ingest endpoints, the $HOST
portion of your
endpoint may include ingest
within the
hostname. For example, where your login URL might be:
CUSTOMER.logscale.us-2.crowdstrike.com
The host for ingest would be:
CUSTOMER.ingest.logscale.us-2.crowdstrike.com
If the ingest host is different, you will be shown this in the
Ingest tokens
page.
Crowdstrike Datacenter US 1 | Description |
---|---|
CUSTOMER.logscale.us-1.crowdstrike.com:443
| Standard endpoint, including UI, REST, GraphQL. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/_bulk
| Elastic Bulk endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:9200/
| Elastic Bulk endpoint (by port). |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/services/collector
| LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-1.crowdstrike.com:443/graphql
| GraphQL endpoint. |
Crowdstrike Datacenter US 2 | Description |
---|---|
CUSTOMER.logscale.us-2.crowdstrike.com:443
| Standard UI endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/_bulk
| Elastic Bulk endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:9200/
| Elastic Bulk endpoint (by port). |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/services/collector
| LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
CUSTOMER.logscale.us-2.crowdstrike.com:443/graphql
| GraphQL endpoint. |
LogScale Community Edition (HCE)
LogScale Community Edition | Description |
---|---|
cloud.community.humio.com:443
| Standard UI endpoint. |
cloud.community.humio.com:443/api/v1/ingest/humio-structured
| LogScale structured data ingest endpoint. |
cloud.community.humio.com:443/api/v1/ingest/humio-unstructured
| LogScale unstructured data ingest endpoint. |
cloud.community.humio.com:443/api/v1/ingest/raw
| LogScale raw data ingest endpoint. |
cloud.community.humio.com:443/api/v1/ingest/elastic-bulk
| Elastic Bulk endpoint. |
cloud.community.humio.com:443/_bulk
| Elastic Bulk endpoint. |
cloud.community.humio.com:9200/
| Elastic Bulk endpoint (by port). |
cloud.community.humio.com:443/api/v1/ingest/otlp
| OpenTelemetry endpoint. |
cloud.community.humio.com:443/api/v1/ingest/hec
| LogScale Event Collector API endpoint. |
cloud.community.humio.com:443/api/v1/ingest/hec/raw
| Raw LogScale Event Collector API endpoint. |
cloud.community.humio.com:443/services/collector
| LogScale Event Collector API endpoint. |
cloud.community.humio.com:443/services/collector/raw
| Raw LogScale Event Collector API endpoint. |
cloud.community.humio.com:443/graphql
| GraphQL endpoint. |