Kibana: Difference between revisions

1 byte removed ,  Yesterday at 22:13
m
formatting
(Created page with " To use Kibana with MediaWiki CirrusSearch, you need to configure your MediaWiki installation to send search data to an Elasticsearch cluster (which is what CirrusSearch uses), and then access that data through Kibana by setting up a connection to the Elasticsearch instance, allowing you to visualize and analyze your MediaWiki search queries and results within Kibana's interface. == Key steps involved == * '''Install CirrusSearch extension on MediaWiki:''' ** Download...")
 
m (formatting)
 
Line 27: Line 27:
==Important Considerations==
==Important Considerations==


===Data mapping=== Ensure that the data indexed by CirrusSearch is properly mapped to Elasticsearch fields for optimal analysis in Kibana.
===Data mapping===
===Security=== Implement appropriate security measures on your Elasticsearch cluster to restrict access to sensitive data.
Ensure that the data indexed by CirrusSearch is properly mapped to Elasticsearch fields for optimal analysis in Kibana.
===Performance optimization=== Monitor the performance of your Elasticsearch cluster to handle the volume of search data generated by MediaWiki.
 
===Security===
Implement appropriate security measures on your Elasticsearch cluster to restrict access to sensitive data.
 
===Performance optimization===
Monitor the performance of your Elasticsearch cluster to handle the volume of search data generated by MediaWiki.