Philipp Krenn
Philipp Krenn
The general issue seems to be, that you cannot fetch the parent of a project via S3, because Maven tries to load the parent before it loads the S3 plugin....
i don't think there is a good solution. and i've written a blog post about the whole thing, which might be interesting: https://medium.com/@xeraa/why-s3-is-not-the-perfect-maven-repository-8b06cb103a57 tl;dr s3 is perfect in theory but...
@philippkahr sorry, this got burried under too much other stuff. I just worked with something similar today and also ran into `Error decoding JSON: json: cannot unmarshal number into Go...
1. Yes, you cannot create indices with a colon in 7.0+ any more but you can still read from it. 2. There was an earlier discussion on it in https://github.com/openzipkin/zipkin/issues/2219...
As discussed at BSides Cheltenham: The most likely culprit is that 8.x has security enabled by default, so switching to HTTPS and setting the right password will be necessary. Also...
This is super old. I would recommend to use a Docker Compose setup with a current version. For getting this up and running, what's in `/var/log/kibana/kibana.log`?
Looks like Kibana is trying to Elasticsearch on http://localhost:9200 but that should be HTTP**S**? And to see if it's good enough: This is 3 years old — I don't think...
I have used a slightly different approach for mobile headers: On the homepage I show the image; on other pages I don't. Feels like a reasonable compromise for me
The general fix is to change it in the template, so all future indices will use the new mapping. With Elasticsearch 7.11+ you also have [runtime fields](https://www.elastic.co/blog/introducing-elasticsearch-runtime-fields), which would allow...
Ok - will try to formulate a question, even though I have no idea how to approach this ;-) Still trying to figure out the https://github.com/xeraa/moderntimeline/blob/master/moderntimeline.dtx#L462 block. Assuming I'll need...