No data in Kibana

Hi,

I'm trying ES with Kibana. Got 3 questions.

  1. I can't see any data in Kibana, while my PHP code hits 2 documents.
    Listing below.
  2. There is an error message in a "Document types" row.
    "TypeError: b is undefined"
  3. Interface seems to be broken. Looks like some resources failed to load
    on the HTML page.
    Screenshot attached.

Array
(
[took] => 2
[timed_out] =>
[_shards] => Array
(
[total] => 5
[successful] => 5
[failed] => 0
)

[hits] => Array
    (
        [total] => 2
        [max_score] => 1
        [hits] => Array
            (
                [0] => Array
                    (
                        [_index] => twitter
                        [_type] => twit
                        [_id] => PHhIa06NRuiLEv-b2cFGEA
                        [_score] => 1
                        [_source] => Array
                            (
                                [user] => artem
                                [timestamp] => 2013-10-04T13:29:40+04:00
                            )

                    )

                [1] => Array
                    (
                        [_index] => twitter
                        [_type] => twit
                        [_id] => h-K51qB5RcupTAofwAQ0_w
                        [_score] => 1
                        [_source] => Array
                            (
                                [user] => artem
                                [timestamp] => 2013-10-04T13:29:25+04:00
                            )

                    )

            )

    )

)

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.