Pike Series Release Notes

3.1.0

新機能

  • Specify the 'all_tenants=True' query parameter to get all events for all projects, this is only allowed by admin users.

3.0.0

新機能

  • Add new connection parameters to the Elasticsearch event database configuration to specify a custom index name where to save the events called es_index_name (events will be created under my_index_YYYY-MM-DD if es_index_name is my_index) and es_ssl_enabled to allow SSL connections to Elasticsearch.

  • Ceilometer のコレクターへの依存を避けるために、 ceilometer から panko への新しいパブリッシャーを作成しました。これにより、Panko にデータをプッシュするプロセスが合理化されます

アップグレード時の注意

  • ceilometer.conf の event_dispatchers から panko を削除します。 event_pipeline.yaml 内のパブリッシャーに panko:// を追加してください。

廃止予定の機能

  • ceilometer から panko へのディスパッチャーは非推奨になりました。今後は、パブリッシャーを使用する必要があります。

  • Panko's HBase driver is untested and unmaintained. A quick query confirms no one cares about it. Therefore, the Hbase driver is gone and will be removed in the following cycle.