# Kibana with X-pack Basic connected to AWS Elasticsearch (without X-pack)

**URL:** https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121
**Category:** Kibana
**Created:** [October 4, 2018, 8:52pm UTC](https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121 "2018-10-04T20:52:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![spynxo](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@spynxo](https://discuss.elastic.co/u/spynxo)
#### Post date: [October 4, 2018, 8:52pm UTC](https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121/1 "2018-10-04T20:52:09Z")

</div>

Hi All,

I am running into issues integrating Kibana (X-pack Basic) with AWS Elasticsearch (no X-pack). Is this configuration supported? Can you connect a Kibana with X-pack Basic to an Elasticsearch with no X-pack?

This is the error I'm getting:

```auto
  log [20:41:06.429] [warning][license][xpack] License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. Authorization Exception :: {"path":"/_xpack","statusCode":403,"response":"{\"message\":\"Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization headerrequires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a 'Date' header. Authorization=Basic ZWxhc3RpYzpjaGFuZ2VtZQ==\"}"}

```

This is how I am running Kibana:

```auto
docker run -it \
    -p 5601:5601 \
    -e XPACK_SECURITY_ENABLED=false \
    -e XPACK_GRAPH_ENABLE=false \
    -e XPACK_GRAPH_ENABLE=false \
    -e XPACK_WATCHER_ENABLED=false \
    -e XPACK_ML_ENABLED=false \
    -e ELASTICSEARCH_URL=http://aws-es-url:80 \
    docker.elastic.co/kibana/kibana:6.2.4

```

Thanks!

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [October 5, 2018, 5:55am UTC](https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121/2 "2018-10-05T05:55:04Z")

</div>

No, this is as far as I know not supported. X-Pack need to be installed on Elasticsearch as well as Kibana.

If you want to use X-Pack features in the cloud you should have a look at the [Elastic Cloud Elasticsearch Service](https://www.elastic.co/cloud/elasticsearch-service) where X-Pack is included.

---

<div class="post-metadata">

### Author: ![spynxo](https://avatars.discourse-cdn.com/v4/letter/s/b77776/32.png) [@spynxo](https://discuss.elastic.co/u/spynxo)
#### Post date: [October 5, 2018, 3:09pm UTC](https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121/3 "2018-10-05T15:09:59Z")

</div>

Sounds good! Thanks for your response.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 2, 2018, 3:10pm UTC](https://discuss.elastic.co/t/kibana-with-x-pack-basic-connected-to-aws-elasticsearch-without-x-pack/151121/4 "2018-11-02T15:10:01Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
