You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that the data show in the dashboards is only from 7.0.0-rc1 version
Issues found
On 7.0.0-rc1, when I go to Discover it said that some shards failed and I see a bunch of the following error in the logs, the solution it is to remove the index pattern and create it again.
In this test we have to check that the data show in the apm-contrib dashboards for the 7.x version only show 7.x data.
Test steps
./script/compose.py start 6.6.1 --release --with-agent-go-net-http
thendocker-compose -f docker-compose.yml stop
./script/compose.py start 7.0.0-rc1 --bc --with-agent-go-net-http
thendocker-compose -f docker-compose.yml stop
docker-compose -f docker-compose-6.6.1.yml up -d
http://localhost:8080/foo-6.6.1
,http://localhost:8080/foo
, andhttp://localhost:8080/oof
docker-compose -f docker-compose-6.6.0.yml stop
docker-compose -f docker-compose-7.0.0-rc1.yml up -d
http://localhost:8080/foo-7.0.0-rc1
,http://localhost:8080/foo
, andhttp://localhost:8080/oof
Issues found
Dashboards without issues
APM Services show the proper data
![APM Services - OK](https://user-images.githubusercontent.com/5400788/54821851-b9acca80-4ca3-11e9-8c84-a717f0fae3f8.png)
The text was updated successfully, but these errors were encountered: