Hello
we want to share cassandra's database information through elastic. How can we do this?
There is no problem if a third party obtains information from elastic?
I'm on the lookout thank you very much
Omar
One option is using our API to collect the data and store that in the Elasticsearch indexes.
For example, you can use GetTrendStatisticsForParameter | DataMiner Docs to collect the trend stats and store them in Elasticsearch.
https://www.elastic.co/guide/en/logstash/current/input-plugins.html doesn't have any input plugin for Cassandra, and it looks like they used to support that in the past.
Does that work? If not, please provide details of your use case.
Thanks
Hi Omar
Your best option is to use our dashboards and GQIs. These features support combining the data from Cassandra and Elasticsearch.
Please review https://community.dataminer.services/courses/dashboard/ and https://community.dataminer.services/video/query-any-data-using-gqi.
I found an interesting open-source project in my research, i.e., https://www.elassandra.io/. Of course, this is outside Skyline’s expertise and my understanding, but feel free to research further and see whether this can be of any use.
Thanks.
Hi Srikanth
Sorry for the delay, this was very helpful. Thanks a lot
Hi Srikanth
Thanks for the reply. What we want is to consult all the elements of the database, we know that we can make a replica, but we want to know if using elasticsearch queries we can have all the historical information of 600 elements. It is advisable?