# Find traces by service

**URL:** https://forum.opensearch.org/t/find-traces-by-service/5704
**Category:** Observability
**Created:** [April 21, 2021, 7:51pm UTC](https://forum.opensearch.org/t/find-traces-by-service/5704 "2021-04-21T19:51:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![andrii](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@andrii](https://forum.opensearch.org/u/andrii)
#### Post date: [April 21, 2021, 7:51pm UTC](https://forum.opensearch.org/t/find-traces-by-service/5704/1 "2021-04-21T19:51:20Z")

</div>

Hello, is it possible to find all traces that belong to the specific service?

---

<div class="post-metadata">

### Author: ![andrii](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@andrii](https://forum.opensearch.org/u/andrii)
#### Post date: [April 21, 2021, 7:55pm UTC](https://forum.opensearch.org/t/find-traces-by-service/5704/2 "2021-04-21T19:55:31Z")

</div>

also, it will be good to have an ability to filter by attributes. for example we have traces from different regions in the same Elasticsearch cluster and we have below attributes for every trace:

```
  "span.attributes.internal@span@format": "zipkin",
  "span.attributes.hostname": "test-service-c5867c747-7flkj",
  "span.attributes.cluster": "k8s-test-us-east-1",
  "resource.attributes.env": "DEV",
  "span.attributes.region": "us-east-1",
  "resource.attributes.service@name": "test-service",

```

---

<div class="post-metadata">

### Author: ![kowshikn](https://avatars.discourse-cdn.com/v4/letter/k/9d8465/32.png) [@kowshikn](https://forum.opensearch.org/u/kowshikn)
#### Post date: [April 22, 2021, 8:13pm UTC](https://forum.opensearch.org/t/find-traces-by-service/5704/3 "2021-04-22T20:13:50Z")

</div>

andrii,

**is it possible to find all traces that belong to the specific service?** - In our next release we are launching the ability to filter by services.

> [@andrii](#):
>
> also, it will be good to have an ability to filter by attributes. for example we have traces from different regions in the same Elasticsearch cluster and we have below attributes for every trace:
> 
> ```auto
> "span.attributes.internal@span@format": "zipkin",
> "span.attributes.hostname": "test-service-c5867c747-7flkj",
> "span.attributes.cluster": "k8s-test-us-east-1",
> "resource.attributes.env": "DEV",
> "span.attributes.region": "us-east-1",
> "resource.attributes.service@name": "test-service",
> 
> ```

The above is something that can be made possible, I have created a github [issue](https://github.com/opendistro-for-elasticsearch/trace-analytics/issues/36). We will provide an update soon.

---

<div class="post-metadata">

### Author: ![andrii](https://avatars.discourse-cdn.com/v4/letter/a/77aa72/32.png) [@andrii](https://forum.opensearch.org/u/andrii)
#### Post date: [April 26, 2021, 10:55am UTC](https://forum.opensearch.org/t/find-traces-by-service/5704/4 "2021-04-26T10:55:09Z")

</div>

thank you @kowshikn. Is there an ETA for the next release
