02 Sep 2019
03:45 AM
- last edited on
02 Nov 2022
03:17 AM
by
MaciejNeumann
I previously asked a question where I totally mixed up logs with Dynatrace data. So I would like to be clear this time.
1.What are the different types of data in Dynatrace if there is any ?
2. What is the different between those stored data ?
Thanks
Solved! Go to Solution.
You basically have 2 main data storage tools installed: ElasticSearch and Cassandra
Elasticsearch is more for the internal DT data and all UEM (transactions, etc) are stored in Cassandra.
The maximum size of the Cassandra storage is set by either 'Transaction storage' max limit or by retention period set in the relevant xxx-level retention boxes. (which ever threshold is reached first, will determine you actual size)
Very compressed answer, but hope it helps 😉
Grtz,
Bert
It helped me a lot, the only think that is still confusing is the fact that you mention Cassandra and Elasticsearch, however I don't think we have these db and log mangement tool in my company. Just for information, we are using the Dynatrace managed version. So if I understand, thoses features ( Cassandra and Elasticsearch ) are embedded in the managed version ?
Yes. Each Dynatrace Managed node has 1 node of Cassandra and 1 node of Elasticsearch.
Cassandra storage - contains mostly timeseries metric data and configuration
Elasticsearch storage - contains user sessions, events, problems and few others.
Hi Radoslaw,
Cassandra storage - contains mostly timeseries metric data and configuration
Elasticsearch storage - contains user sessions, events, problems and few others.
1.Please explain more about the data stored in Cassandra and Elastisearch with some example data for cassandra.
2.whether Elastisearch is used in Dynatrace API's where we pull several reports, please provide some DT UI references where Elastisearch is used in background ?
3. if Elastisearch service stops working what data will not be stored and retrieved ?